🐞 fix: Adjust spacing

This commit is contained in:
Keith Solomon
2025-05-24 12:24:18 -05:00
parent 89c725a282
commit 2ba6821fae
3 changed files with 11 additions and 2 deletions

View File

@@ -220,6 +220,15 @@
.h-8 {
height: calc(var(--spacing) * 8);
}
.min-h-\[70\] {
min-height: 70;
}
.min-h-\[70dvh\] {
min-height: 70dvh;
}
.min-h-\[70vdh\] {
min-height: 70vdh;
}
.w-full {
width: 100%;
}