From ea06ec7eded3eef0ea2468fc22aaa5e9fe02d71d Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 2 May 2020 11:27:04 +0200 Subject: [PATCH] Remove smaller (less than 1em) scaling in search bar on mobile --- app/assets/stylesheets/darkswarm/shop_search.css.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/shop_search.css.scss b/app/assets/stylesheets/darkswarm/shop_search.css.scss index 72c46647fc..6eb635b2e3 100644 --- a/app/assets/stylesheets/darkswarm/shop_search.css.scss +++ b/app/assets/stylesheets/darkswarm/shop_search.css.scss @@ -63,8 +63,4 @@ position: sticky; top: $mobile-nav-height; } - - @include breakpoint(mobile) { - font-size: 0.9em; - } }