fixed bad css on mobile

This commit is contained in:
TheLastBilly 2023-05-22 11:59:39 -04:00
parent d1e3e63410
commit 1ca89931c8
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ body {
-------------------------------------------------------- */
@media only screen and (max-device-width: 480px) {
body {
text-align: left;
max-width: 100%;
}
article, footer {
width: auto;