datat.fi/_sass/basically-basic/_footer.scss

14 lines
313 B
SCSS
Raw Normal View History

/* ==========================================================================
Footer
========================================================================== */
2017-03-07 23:12:17 +02:00
2017-03-16 20:34:29 +02:00
.site-footer {
2017-03-07 23:12:17 +02:00
margin-top: 4rem;
color: tint($text-color, 40%);
2017-03-16 20:34:29 +02:00
font-size: 80%;
2017-03-07 23:12:17 +02:00
}
.copyright {
font-family: $monospace-font-family;
2017-03-16 20:34:29 +02:00
}