make footer sticky
This commit is contained in:
parent
5476cf39e9
commit
6c9b935592
6 changed files with 18 additions and 21 deletions
|
|
@ -142,12 +142,15 @@ a:active {
|
|||
|
||||
.top-nav {
|
||||
max-width: 860px;
|
||||
width: -webkit-fill-available;
|
||||
margin: 0px auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.informational-container {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
|
|
@ -213,7 +216,6 @@ a:active {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Make this push to the bottom when the page isn't as tall as the viewport.
|
||||
.push-footer {
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue