feat: fix styling

This commit is contained in:
Barrett Ruth 2025-05-22 16:38:54 -05:00
parent da030f3dc1
commit 865065f89b
7 changed files with 822 additions and 79 deletions

View file

@ -8,10 +8,11 @@
html,
body {
font-family: "Signifier", serif;
overscroll-behavior: none;
margin: 0;
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
}
header,
@ -19,6 +20,19 @@ footer {
padding: 20px;
}
header {
font-size: 1.5em;
display: flex;
align-items: center;
justify-content: space-between;
}
.main {
display: flex;
justify-content: center;
flex: 1;
}
a {
color: inherit;
}