Skip to content

Commit

Permalink
CSS: sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Mar 2, 2024
1 parent c818423 commit 18a9daf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 35 deletions.
8 changes: 7 additions & 1 deletion www-zola/static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
html,body {
height: 100vh;
}

body {
font-size:16px;
}

footer {
body > footer {
position: sticky;
top: 100vh;
font-size: small;
display: flex;
justify-content: space-between;
Expand Down
34 changes: 0 additions & 34 deletions www-zola/static/css/custom.css~

This file was deleted.

0 comments on commit 18a9daf

Please sign in to comment.