switch width control from .form-with to #app2

This commit is contained in:
Mark Eaton
2024-11-11 16:22:23 -05:00
committed by GitHub
parent 27dbb40b12
commit 8e0f15f5c8
+3 -8
View File
@@ -153,8 +153,9 @@
} }
#app2 { #app2 {
margin: auto; margin: auto;
width: 500px; width: 70%;
} }
.form-width { width: 100%; }
#onesearch-header { #onesearch-header {
font-size: 10em; font-size: 10em;
margin-bottom: 0; margin-bottom: 0;
@@ -376,9 +377,6 @@
nav.navbar-default.main-nav-container { nav.navbar-default.main-nav-container {
margin-top: -20px; margin-top: -20px;
} }
.form-width {
width: 60%;
}
.nav-by-jumbotron { .nav-by-jumbotron {
margin-top: 40px !important; margin-top: 40px !important;
} }
@@ -400,7 +398,7 @@
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
#login-text { #login-text, #advanced {
display: none; display: none;
} }
#defineYourSearch { #defineYourSearch {
@@ -453,9 +451,6 @@
max-width: 100%; max-width: 100%;
max-height: 350px; max-height: 350px;
} }
.form-width {
width: 450px;
}
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {