mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Merge remote-tracking branch 'VSEphpbb/ticket/12811' into develop-ascraeus
* VSEphpbb/ticket/12811: [ticket/12811] Responsive adjustments to margin changes [ticket/12811] Fix padding/margin bug affecting bottom layout
This commit is contained in:
commit
3a317edc92
2 changed files with 7 additions and 3 deletions
|
@ -59,7 +59,7 @@ body {
|
|||
font-size: 10px;
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 12px 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
@ -177,7 +177,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
|||
#wrap {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 8px;
|
||||
margin: 12px auto;
|
||||
margin: 0 auto;
|
||||
max-width: 1152px;
|
||||
min-width: 625px;
|
||||
padding: 15px;
|
||||
|
@ -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