fix(website/i18n): language list fit on mobile

This commit is contained in:
Elian Doran 2025-10-25 23:33:54 +03:00
parent dce0d9400b
commit e1bb704383
No known key found for this signature in database

View File

@ -21,8 +21,9 @@ footer {
nav.languages {
flex-grow: 1;
justify-content: center;
flex-wrap: wrap;
display: flex;
gap: 1em;
gap: 0.5em 1em;
}
}