Make footer sticky

This commit is contained in:
igorkorenfeld 2023-04-28 15:13:36 -04:00
parent ef0c973167
commit 9a92f429fa
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -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);