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; } }