atst/scss/sections/_footer.scss
2018-06-11 14:13:12 -04:00

9 lines
190 B
SCSS

footer {
position: fixed;
bottom: 0;
width: 100%;
padding-top: 0.5rem;
padding-bottom: 1em;
background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter;
}