Width fix for classic theme.

Reverts the new width change with the 2012 theme for the old themes.
This commit is contained in:
tersiswilvin 2022-08-12 16:10:35 -07:00
parent 7cea726d96
commit 494a90ff7d
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ html {
.content, #footer { .content, #footer {
max-width: 1000px; max-width: 1000px;
width: 1000px;
margin: auto; margin: auto;
} }

View File

@ -11,6 +11,7 @@ html {
.content, #footer { .content, #footer {
max-width: 1000px; max-width: 1000px;
width: 1000px;
margin: auto; margin: auto;
} }