classic dark/light now uses the old style

This commit is contained in:
Thomas G 2022-08-10 00:22:44 +10:00
parent 958153abdd
commit d12a4a3b45
2 changed files with 18 additions and 0 deletions

View File

@ -8,3 +8,12 @@ html {
animation-duration: 50s; animation-duration: 50s;
animation-iteration-count: infinite; animation-iteration-count: infinite;
} }
.content, #footer {
max-width: 1000px;
margin: auto;
}
.content {
margin-top: 105px;
}

View File

@ -8,3 +8,12 @@ html {
animation-duration: 50s; animation-duration: 50s;
animation-iteration-count: infinite; animation-iteration-count: infinite;
} }
.content, #footer {
max-width: 1000px;
margin: auto;
}
.content {
margin-top: 105px;
}