make logo less small
This commit is contained in:
parent
2d0e254f0e
commit
a854654e38
@ -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;
|
||||
|
||||
@ -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;
|
||||
`}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user