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
@@ -0,0 +1,28 @@
:host {
background-color: #3f51b5;
color: rgba(255,255,255,.6);
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
padding: .5em;
font-size: 1.1em;
div {
display: flex;
flex-direction: row;
align-items: center;
a {
text-decoration: none;
color: rgba(255,255,255,.6);
}
mat-icon {
font-size: 1em;
display: flex;
justify-content: center;
align-items: center;
}
}
}