From 026f3407c017d51554cf56a55249c0e7302961fe Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 12 Nov 2019 16:55:55 -0500 Subject: [PATCH] moved some css code into "@media screen" block --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 056c182..f385c10 100644 --- a/css/style.css +++ b/css/style.css @@ -197,15 +197,16 @@ top: 30px; } + .region-navigation-collapsible .search-block-form { + float: right; + width: 210px; + } + } @media screen and (max-width: 767px) { #block-ryf-main-menu .navbar-nav { max-width: 130px; } -} -.region-navigation-collapsible .search-block-form { - float: right; - width: 210px; } @media screen and (min-width: 768px) { -- 2.25.1