Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored May 9, 2024
1 parent 91bdcc3 commit 8163b12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ body {
font-family: system-ui;
line-height: 1.6;
margin: 0;
min-height: 100vh;
display: grid;
}

h1, h2, h3 {
Expand All @@ -30,7 +32,7 @@ main {
}

footer {
margin-block-start: var(--size-3);
margin-block-start: auto;
min-height: 15ch;
background-color: var(--gray-9);
padding: var(--size-3);
Expand Down

0 comments on commit 8163b12

Please sign in to comment.