Skip to content

Commit

Permalink
contact page footer position is now fixed at the bottom of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienLavanchy committed Sep 25, 2024
1 parent cd9f1bd commit 5a69d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ h1 {
footer {
text-align: center;
font-size: 12pt;
position: absolute;
position: fixed;
background-color: var(--background-color);
bottom: 0;
width: var(--document-width);
padding-bottom: 1rem;
Expand Down

0 comments on commit 5a69d27

Please sign in to comment.