fix width issue on classic theme

This commit is contained in:
Thomas G 2022-10-15 02:40:11 +11:00
parent 1ef5c97189
commit f932f9211e
2 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,8 @@ body {
.content, #footer {
max-width: 1000px;
width: 1000px;
width: auto;
padding: 0;
margin: auto;
}

View File

@ -40,6 +40,8 @@ body {
.content, #footer {
max-width: 1000px;
width: auto;
padding: 0;
margin: auto;
}