9 lines
117 B
SCSS
9 lines
117 B
SCSS
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
background-color: $dark-gray;
|
|
p {
|
|
color: rgb(180, 180, 180);
|
|
}
|
|
}
|