Files
web/apps/scandic-web/components/Webviews/AccountPage/accountPage.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

6 lines
81 B
CSS

.blocks {
display: grid;
gap: var(--Space-x5);
padding: var(--Space-x2);
}