diff --git a/src/components/Contributors.tsx b/src/components/Contributors.tsx index 362a1b4..4222746 100644 --- a/src/components/Contributors.tsx +++ b/src/components/Contributors.tsx @@ -64,13 +64,11 @@ const Contributors: React.FC = () => { const Container = styled.div` display: flex; flex-direction: row; + flex-wrap: wrap; `; const Item = styled.div` - margin-left: 10px; - :first-child { - margin-left: 0; - } + margin-right: 10px; `; const avatarSize = 32; diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 35800d9..cba8507 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -22,7 +22,7 @@ const Languages = () => { const { t } = useTranslation(); return ( - + {t('language')}