align radios on mobile
This commit is contained in:
@@ -164,7 +164,6 @@
|
|||||||
margin: -2px;
|
margin: -2px;
|
||||||
}
|
}
|
||||||
#radios {
|
#radios {
|
||||||
margin-top: 8px;
|
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#articlesradio {
|
#articlesradio {
|
||||||
@@ -400,6 +399,9 @@
|
|||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
#login-text, #advanced {
|
#login-text, #advanced {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
#radios {
|
||||||
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
#defineYourSearch {
|
#defineYourSearch {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -407,6 +409,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
|
#radios {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
.nav-by-jumbotron {
|
.nav-by-jumbotron {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user