fix width issue on classic theme
This commit is contained in:
parent
1ef5c97189
commit
f932f9211e
|
|
@ -59,7 +59,8 @@ body {
|
|||
|
||||
.content, #footer {
|
||||
max-width: 1000px;
|
||||
width: 1000px;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@ body {
|
|||
|
||||
.content, #footer {
|
||||
max-width: 1000px;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue