Smol style tweak

This commit is contained in:
swaggboi 2023-11-02 14:36:09 -04:00
parent b74112b452
commit e287e48781

View File

@ -37,6 +37,8 @@ body {
width: 95vmin; width: 95vmin;
margin: 0 auto; margin: 0 auto;
font-family: 'w95fa', sans-serif; font-family: 'w95fa', sans-serif;
/* Always show scroll bar otherwise content shifts about */
overflow: scroll;
} }
code { code {