refactor(scss): rename --content-padding to --card-padding

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/16
This commit is contained in:
Jimmy Cai
2020-09-20 19:03:41 +02:00
parent 9d76ab371f
commit 02f2badffc
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
flex-direction: column;
justify-content: center;
padding: var(--content-padding);
padding: var(--card-padding);
}
.article-category {