mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12811] Responsive adjustments to margin changes
PHPBB3-12811
This commit is contained in:
parent
8643ca6303
commit
3c223c2978
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue