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
+2 -2
View File
@@ -1,5 +1,5 @@
.archive-group {
margin-bottom: 40px;
margin-bottom: var(--section-separation);
.archive-date {
text-transform: uppercase;
margin-bottom: 10px;
@@ -14,7 +14,7 @@
.template-archive {
.category-list {
margin-bottom: 40px;
margin-bottom: var(--section-separation);
overflow-x: auto;
.article-list--tile {