mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-14 04:39:45 +00:00
10 lines
No EOL
188 B
SCSS
10 lines
No EOL
188 B
SCSS
// ==============================
|
|
// Post footer
|
|
// =============================
|
|
|
|
.footer {
|
|
margin-top: $footer-margin-top;
|
|
|
|
@import "_footer/social";
|
|
@import "_footer/copyright";
|
|
} |