mirror of
https://git.adityakumar.xyz/blog.git
synced 2025-02-22 15:30:02 +00:00
10 lines
188 B
SCSS
10 lines
188 B
SCSS
|
// ==============================
|
||
|
// Post footer
|
||
|
// =============================
|
||
|
|
||
|
.footer {
|
||
|
margin-top: $footer-margin-top;
|
||
|
|
||
|
@import "_footer/social";
|
||
|
@import "_footer/copyright";
|
||
|
}
|