From 1359b43821d5dccbf0d083678baf56e762f7215d Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Thu, 7 Dec 2023 13:28:25 +0100 Subject: [PATCH] fix: maquetazioa konpontzen du --- back/database/migrations/development.db | Bin 917504 -> 917504 bytes .../components/Gainburua/KontaktuDatuak.tsx | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/back/database/migrations/development.db b/back/database/migrations/development.db index 06c1565347db6a2618c10c78ded031745d89a6c6..eb966c98f0f23413e7bd097029ed89b3bc770d6a 100644 GIT binary patch delta 56 zcmZo@uxMzom>|vQG*QNx(P?ACwEtW#R(IkUdw^tY3u6mY3v&xg3u_Bo3wsMk3ug;g K3wH}o3oigIKN3v< delta 56 zcmZo@uxMzom>|vQI8nx#(Q#wKwEtYrhceU|dw`@`3u6mY3v&xg3u_Bo3wsMk3ug;g K3wH}o3oigAs1gGJ 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)}; } `;