feat(SW-160): update profile

This commit is contained in:
Simon Emanuelsson
2024-07-17 16:12:18 +02:00
committed by Michael Zetterberg
parent b6e22d51a5
commit 2337d37f1a
32 changed files with 459 additions and 244 deletions

View File

@@ -10,3 +10,9 @@
gap: var(--Spacing-x2);
grid-template-columns: max(164px) 1fr;
}
@media (min-width: 768px) {
.divider {
display: none;
}
}