fix: spacer sizing

This commit is contained in:
Twig 2025-07-19 16:40:49 +02:00
parent b3ef59ac48
commit 7e7b0ad0f8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,8 +4,8 @@
<style scoped>
.vertical-spacer {
height: 0.2dvh;
display: block;
min-height: 0.2dvh;
margin: 0.8dvh 0.2dvw;
background-color: var(--padding-color);
}