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
@@ -38,7 +38,7 @@
overflow: hidden;
&.main-article {
margin-bottom: 40px;
margin-bottom: var(--section-separation);
}
.article-header {
@@ -152,7 +152,7 @@
}
.related-contents--wrapper {
margin-bottom: 40px;
margin-bottom: var(--section-separation);
.widget-title {
//padding-left: 15px;
}