From e1bb7043839ea7224f4e2f34a91772aead1e8f4d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 25 Oct 2025 23:33:54 +0300 Subject: [PATCH] fix(website/i18n): language list fit on mobile --- apps/website/src/components/Footer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/website/src/components/Footer.css b/apps/website/src/components/Footer.css index ed0ec973b..9c4c2d36e 100644 --- a/apps/website/src/components/Footer.css +++ b/apps/website/src/components/Footer.css @@ -21,8 +21,9 @@ footer { nav.languages { flex-grow: 1; justify-content: center; + flex-wrap: wrap; display: flex; - gap: 1em; + gap: 0.5em 1em; } }