1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 17:11:53 +02:00

[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) {
#wrap {
margin: 12px;
margin: 0 12px;
}
}

View File

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