fix: maquetazioa konpontzen du

This commit is contained in:
2023-12-07 13:28:25 +01:00
parent 13833aff0e
commit 1359b43821
2 changed files with 2 additions and 1 deletions

View File

@@ -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)};
}
`;