make logo less small

This commit is contained in:
Chika 2020-09-15 19:23:54 +03:00
parent 2d0e254f0e
commit a854654e38
2 changed files with 3 additions and 6 deletions

View File

@ -9,11 +9,8 @@ export const LogoText = styled.h3`
text-transform: uppercase;
color: white;
font-size: 1.12rem;
${mq.tablet`
font-size: 1.3rem;
`}
${mq.desktop`
font-size: 1.45rem;
font-size: 1.2rem;
`}
font-weight: 300;
letter-spacing: 2px;

View File

@ -12,10 +12,10 @@ const LogoWrapper = styled(Box)`
const Image = styled.img`
height: 30px;
${mq.tablet`
height: 38px;
height: 35px;
`}
${mq.desktop`
height: 45px;
height: 40px;
`}
`;