fix: make links inline flex so not to take up an entire row

This commit is contained in:
Christian Andolf
2025-06-04 10:16:32 +02:00
parent 52d266b357
commit 7ff6fd465a

View File

@@ -1,7 +1,7 @@
.link { .link {
text-decoration: none; text-decoration: none;
align-items: center; align-items: center;
display: flex; display: inline-flex;
gap: var(--Space-x05); gap: var(--Space-x05);
} }