responsive-a konpontzen du

This commit is contained in:
Aitor Urrutia
2022-01-17 09:56:18 +01:00
parent 82bbcfbab1
commit 2c54f4e782

View File

@@ -64,7 +64,11 @@ const IndexPage: React.VFC<PageProps> = () => {
}; };
const LogoWrapper = styled.div` const LogoWrapper = styled.div`
width: ${rem(size.huge)}; width: ${rem(size.large)};
${media.tablet`
width: ${rem(size.huge)};
`}
`; `;
const Logo = styled(LabaLogo)` const Logo = styled(LabaLogo)`
@@ -81,7 +85,7 @@ const Helbidea = styled.address`
`; `;
const Gainburua = styled.header` const Gainburua = styled.header`
padding: ${rem(size.base)}; padding: ${rem(size.tiny)};
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-bottom: ${rem(size.base)}; margin-bottom: ${rem(size.base)};