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 {
margin: auto;
width: 500px;
width: 70%;
}
.form-width { width: 100%; }
#onesearch-header {
font-size: 10em;
margin-bottom: 0;
@@ -376,9 +377,6 @@
nav.navbar-default.main-nav-container {
margin-top: -20px;
}
.form-width {
width: 60%;
}
.nav-by-jumbotron {
margin-top: 40px !important;
}
@@ -400,7 +398,7 @@
}
@media only screen and (max-width: 768px) {
#login-text {
#login-text, #advanced {
display: none;
}
#defineYourSearch {
@@ -453,9 +451,6 @@
max-width: 100%;
max-height: 350px;
}
.form-width {
width: 450px;
}
}
@media only screen and (min-width: 1200px) {