mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Make footer sticky
This commit is contained in:
parent
ef0c973167
commit
9a92f429fa
1 changed files with 10 additions and 0 deletions
|
@ -35,6 +35,16 @@ $letter-space--xs: .0125em;
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.usa-logo {
|
||||
@include at-media(desktop) {
|
||||
margin-top: units(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue