Fix media queries.

master
Nick Sergeant 2015-10-28 13:23:18 -04:00
parent 157d440df8
commit ac1a7cf83c
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2846,6 +2846,7 @@ body.homepage {
div.feature {
background: none !important;
height: auto !important;
margin-left: 0 !important;
div.inner {
margin: 0 auto;
@ -2901,6 +2902,7 @@ body.homepage {
div.feature {
background: none !important;
height: auto !important;
margin-left: 0 !important;
div.inner {
margin: 0 auto;
@ -2920,7 +2922,11 @@ body.homepage {
/* Landscape phones and down */
@media (max-width: 480px) {
section.features {
div.feature {
margin-left: 0 !important;
}
}
}
}