web/placeholder: more padding

This commit is contained in:
wukko 2024-06-16 20:34:24 +06:00
parent 382c6e1cd8
commit 72ac4c8f5a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -10,7 +10,7 @@
<style>
#placeholder-container {
gap: var(--padding);
gap: calc(var(--padding) * 2);
text-align: center;
}
</style>