blob: 1f8cdaeda091a7b21870b624d0aa8dc97c6141a7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// ==============================
// Post footer
// =============================
.footer {
margin-top: $footer-margin-top;
@import "_footer/social";
@import "_footer/copyright";
}
|