Fix footer at page bottom.

This commit is contained in:
Florian THIERRY
2024-06-12 12:38:42 +02:00
parent 1e18e3bc52
commit 78325c8729
8 changed files with 92 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
background-color: #fafafa;
display: flex;
flex-direction: column;
}