fix: ensure footer stays at bottom with align-self stretch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Calixte
2026-03-28 21:56:09 +01:00
parent 4cbcf42e3d
commit 06eaa3c9a7

View File

@@ -146,6 +146,7 @@ h1 {
margin: auto;
display: flex;
flex: 1;
align-self: stretch;
flex-direction: column;
justify-content: flex-start;
gap: 1rem;