mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-26 04:36:25 +01:00
web/placeholder: more padding
This commit is contained in:
parent
1b5547c508
commit
24c46d3464
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#placeholder-container {
|
#placeholder-container {
|
||||||
gap: var(--padding);
|
gap: calc(var(--padding) * 2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue