Skip to content

Commit

Permalink
Make footer stick to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrow0hawk committed Sep 17, 2024
1 parent 52bb94a commit 42be3fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/blog/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
html {
font-family: Avenir,"Ubuntu", sans-serif;
height: 100%;
}

body {
min-height: 100%;
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
grid-template-rows: 1fr auto;
font-size: 1.2rem;
}

Expand Down

0 comments on commit 42be3fb

Please sign in to comment.