blog/assets/sass/_partial/_footer.scss

10 lines
188 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";
@import "_footer/copyright";
}