feat: styling

This commit is contained in:
Barrett Ruth 2024-06-15 15:28:22 -05:00
parent 73f7d90fa6
commit 778ac93e92
3 changed files with 68 additions and 29 deletions

View file

@ -1,29 +1,9 @@
html,
body {
font-family: "Signifier", serif;
overflow: hidden;
margin: 0;
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
}
header,
footer {
font-size: 1.5em;
display: flex;
padding: 20px;
align-items: center;
}
header {
justify-content: space-between;
}
footer {
justify-content: flex-end;
}
.main {
flex: 1;
display: flex;