feat(ui): set a fixed width for welcome screen

This commit is contained in:
Brian McGee
2025-07-23 10:27:33 +01:00
parent c880ab7cc1
commit 6803f3c6f5

View File

@@ -57,7 +57,7 @@ main#welcome {
@apply flex flex-col items-center justify-evenly gap-y-20 size-fit;
& > div.welcome {
@apply flex flex-col min-w-80 gap-y-6;
@apply flex flex-col w-80 gap-y-6;
& > div.separator {
@apply grid grid-cols-3 grid-rows-1 gap-x-4 items-center;