Fix footer at page bottom.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user