switch width control from .form-with to #app2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user