mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-09 01:55:54 +02:00
fix(disqus): fix container padding
Rename `--content-padding` to `--card-padding`
This commit is contained in:
parent
02f2badffc
commit
0cee4930e2
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@
|
||||||
background-color: var(--card-background);
|
background-color: var(--card-background);
|
||||||
border-radius: var(--card-border-radius);
|
border-radius: var(--card-border-radius);
|
||||||
box-shadow: var(--shadow-l1);
|
box-shadow: var(--shadow-l1);
|
||||||
padding: var(--content-padding);
|
padding: var(--card-padding);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Reference in a new issue