Display better on larger screens

This commit is contained in:
Dakedres 2024-04-09 22:02:25 -06:00
parent c53044f4d1
commit aacddc8ebf

7
assets/style.css Normal file → Executable file
View File

@ -1,5 +1,5 @@
body { body {
max-width: 640px; max-width: 720px;
margin: 0 0 0 auto; margin: 0 0 0 auto;
padding: 8px; padding: 8px;
font-family: sans-serif; font-family: sans-serif;
@ -33,7 +33,8 @@ main li b {
} }
img { img {
margin: 10px auto; margin: 10px 0 10px 50%;
transform: translateX(-50%);
max-width: 100%; max-width: 100%;
} }
@ -51,7 +52,7 @@ hr {
} }
footer a { footer a {
padding-bottom: 30vh; padding-bottom: 3in;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {