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

@@ -1,9 +1,14 @@
:host {
display: flex;
flex-direction: column;
flex: 1;
app-header {
width: 100%;
margin-bottom: 1em;
}
main {
flex: 1;
padding: 1em 0;
}
}