refactor(scss): add --section-separation and --small-card-padding variables

This commit is contained in:
Jimmy Cai
2020-08-24 20:28:17 +02:00
parent 174f52d812
commit 4e9a6f1421
9 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
footer.site-footer {
padding: 20px 0 40px 0;
padding: 20px 0 var(--section-separation) 0;
font-size: 1.4rem;
line-height: 1.75;