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
@@ -2,5 +2,5 @@
background-color: var(--card-background);
box-shadow: var(--shadow-l1);
border-radius: var(--card-border-radius);
padding: var(--content-padding);
padding: var(--card-padding);
}