9 lines
190 B
SCSS
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;
|
|
} |