Pad the bottom of the page

This commit is contained in:
Hornwitser 2025-02-16 23:57:51 +01:00
parent 22365ff977
commit 9366be0499

View file

@ -97,8 +97,8 @@ blockquote::after {
/* Base Page Layout */ /* Base Page Layout */
body { body {
max-width: 50rem; max-width: 50rem;
padding: 0; padding-inline: 0.5em;
margin-block: 0; padding-block-end: 2em;
margin-inline: auto; margin-inline: auto;
} }
@ -111,7 +111,7 @@ body {
background-color: grey; background-color: grey;
} }
/* index */ /* about */
.author { .author {
display: grid; display: grid;
grid-template-columns: auto 1fr; grid-template-columns: auto 1fr;