feat: use grid on no upcoming component

This commit is contained in:
Fredrik Thorsson
2024-07-01 11:47:44 +02:00
parent 0887bffe0f
commit e2cd952ce9
7 changed files with 52 additions and 43 deletions

View File

@@ -56,7 +56,9 @@ a.default {
}
.icon {
align-items: baseline;
display: flex;
align-items: center;
gap: var(--Spacing-x-half);
}
/* SIZES */