diff --git a/back/database/migrations/development.db b/back/database/migrations/development.db index 06c1565..eb966c9 100644 Binary files a/back/database/migrations/development.db and b/back/database/migrations/development.db differ diff --git a/front/src/components/Gainburua/KontaktuDatuak.tsx b/front/src/components/Gainburua/KontaktuDatuak.tsx index fb12c9b..fd0f914 100644 --- a/front/src/components/Gainburua/KontaktuDatuak.tsx +++ b/front/src/components/Gainburua/KontaktuDatuak.tsx @@ -53,7 +53,8 @@ export const Kontaktua = styled.div` export const SareSoziala = styled.li` width: ${rem(size.base)}; height: ${rem(size.base)}; - :not(:last-child) { + + &:not(:last-child) { margin-right: ${rem(size.small)}; } `;