From 2c54f4e782a6f1abee8400be9a667d074a8d2590 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Mon, 17 Jan 2022 09:56:18 +0100 Subject: [PATCH] responsive-a konpontzen du --- front/src/pages/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/front/src/pages/index.tsx b/front/src/pages/index.tsx index cee7e6d..dc966ae 100644 --- a/front/src/pages/index.tsx +++ b/front/src/pages/index.tsx @@ -64,7 +64,11 @@ const IndexPage: React.VFC = () => { }; const LogoWrapper = styled.div` - width: ${rem(size.huge)}; + width: ${rem(size.large)}; + + ${media.tablet` + width: ${rem(size.huge)}; + `} `; const Logo = styled(LabaLogo)` @@ -81,7 +85,7 @@ const Helbidea = styled.address` `; const Gainburua = styled.header` - padding: ${rem(size.base)}; + padding: ${rem(size.tiny)}; display: flex; justify-content: space-between; margin-bottom: ${rem(size.base)};