From: Andrew Engelbrecht Date: Tue, 12 Nov 2019 21:55:55 +0000 (-0500) Subject: moved some css code into "@media screen" block X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=026f3407c017d51554cf56a55249c0e7302961fe moved some css code into "@media screen" block --- 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) {