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