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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -12,6 +12,10 @@ html {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
Reference in New Issue
Block a user