aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/user/[user]/+page.svelte3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 65af2a2a..d725ad78 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -263,7 +263,8 @@
display: flex;
gap: 1rem;
border-radius: 8px;
- justify-content: space-evenly;
+ justify-content: space-around;
+ flex-wrap: wrap;
}
.separator {