Layout: restore Header UI
This commit is contained in:
parent
a3ee025c23
commit
ac19114f9a
@ -13,6 +13,7 @@ const UserText = styled.span`
|
||||
font-size: 0.5rem;
|
||||
font-family: 'Montserrat';
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
|
||||
${min('laptop')} {
|
||||
font-size: 0.75rem;
|
||||
@ -35,7 +36,7 @@ const Logout = styled.a`
|
||||
font-size: 0.45rem;
|
||||
font-family: 'Montserrat';
|
||||
font-weight: 500;
|
||||
margin-top: 2px;
|
||||
margin-top: 4px;
|
||||
|
||||
${min('laptop')} {
|
||||
font-size: 0.55rem;
|
||||
|
||||
@ -15,9 +15,9 @@ const HeaderContent = styled(Flex)`
|
||||
var(--color-tertiarty) 100%
|
||||
);
|
||||
|
||||
padding: 10px 12px;
|
||||
padding: 14px 12px;
|
||||
${min('laptop')} {
|
||||
padding: 12px 12px;
|
||||
padding: 14px 12px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user