15 lines
200 B
SCSS
15 lines
200 B
SCSS
@import "variables";
|
|
|
|
.footer {
|
|
background: $main-dark;
|
|
margin-top: 3rem;
|
|
color: #e4f1fe;
|
|
padding: 1rem 0;
|
|
display: flex;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.footer__copyright {
|
|
text-align: right;
|
|
}
|