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

@@ -1,6 +1,7 @@
.container {
display: grid;
gap: var(--Spacing-x2);
justify-items: flex-start;
max-width: 510px;
}
@@ -18,4 +19,4 @@
.container {
gap: var(--Spacing-x3);
}
}
}

View File

@@ -1,5 +1,5 @@
/**
* Due to css import issues with parallell routes we are forced to
* Due to css import issues with parallel routes we are forced to
* use a regular css file and import it in the page.tsx
*/
.profile-layout {