mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-12 20:09:44 +00:00
11 lines
No EOL
216 B
SCSS
11 lines
No EOL
216 B
SCSS
// ==============================
|
|
// Post footer
|
|
// =============================
|
|
|
|
.footer {
|
|
margin-top: $footer-margin-top;
|
|
|
|
@import "_footer/social";
|
|
@import "_footer/source";
|
|
@import "_footer/copyright";
|
|
} |