13 lines
154 B
SCSS
13 lines
154 B
SCSS
|
//
|
||
|
// Footer
|
||
|
//
|
||
|
|
||
|
#footer {
|
||
|
margin-top: 4rem;
|
||
|
font-size: 80%;
|
||
|
color: tint($text-color, 40%);
|
||
|
}
|
||
|
|
||
|
.copyright {
|
||
|
font-family: $monospace-font-family;
|
||
|
}
|