blog/assets/sass/_partial/_footer.scss

11 lines
216 B
SCSS
Raw Normal View History

2022-03-11 05:02:10 +00:00
// ==============================
// Post footer
// =============================
.footer {
margin-top: $footer-margin-top;
@import "_footer/social";
2022-03-11 05:48:00 +00:00
@import "_footer/source";
2022-03-11 05:02:10 +00:00
@import "_footer/copyright";
}