fix search form overflowing on some mobile devices

This commit is contained in:
Mark Eaton
2022-09-24 00:29:18 -04:00
parent 849a08583f
commit 7d3eb7f3b0
+1 -1
View File
@@ -248,7 +248,7 @@ a.searchmenu {
max-height: 150px; max-height: 150px;
} }
nav.navbar-default.main-nav-container { margin-top: -20px; } nav.navbar-default.main-nav-container { margin-top: -20px; }
.form-width { width: 210px; } .form-width { width: 40%; }
.nav-by-jumbotron { margin-top: 40px !important; } .nav-by-jumbotron { margin-top: 40px !important; }
#main-blue-footer { min-height: 450px; } #main-blue-footer { min-height: 450px; }
.library-address { float: left; } .library-address { float: left; }