fix: remove redundant DialogTrigger from SidePeek

This commit is contained in:
Arvid Norlin
2024-10-15 15:04:42 +02:00
parent 103dcc7f1e
commit b1beb7931a
12 changed files with 71 additions and 90 deletions

View File

@@ -1,10 +1,4 @@
.article {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);
}
.section {
.spacing {
display: flex;
flex-direction: column;
gap: var(--Spacing-x2);