refactor: remove unused code

This commit is contained in:
Matilda Landström
2024-06-19 15:00:53 +02:00
committed by Michael Zetterberg
parent edb45b4ac7
commit 74001fe764
5 changed files with 3 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
flex-direction: column;
align-items: center;
gap: var(--Spacing-x-half);
padding: 0 1rem 0 1rem;
padding: 0 var(--Spacing-x4) 0 var(--Spacing-x4);
text-wrap: balance;
}