[ticket/12811] Responsive adjustments to margin changes

PHPBB3-12811
This commit is contained in:
Matt Friedman 2014-07-04 10:36:33 -07:00
parent 8643ca6303
commit 3c223c2978
2 changed files with 5 additions and 1 deletions

View file

@ -185,7 +185,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) { @media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
#wrap { #wrap {
margin: 12px; margin: 0 12px;
} }
} }

View file

@ -12,6 +12,10 @@ html {
height: auto; height: auto;
} }
body {
padding: 0;
}
#wrap { #wrap {
border: none; border: none;
border-radius: 0; border-radius: 0;