Skip to content
Snippets Groups Projects

Dev

Merged lit_git requested to merge dev into master
1 file
+ 1
6
Compare changes
  • Side-by-side
  • Inline
+ 1
6
@@ -44,11 +44,6 @@ const BrandingSection = styled.span`
align-items: center;
height: 100%;
padding: 0 calc(${th('gridUnit')} * 2);
@media screen and (max-width: 375px) {
width: calc(${th('gridUnit')} * 5);
overflow: hidden;
margin-left: calc(${th('gridUnit')} * 4);
}
`
const MainTitle = styled.img`
width: 300px;
@@ -79,7 +74,7 @@ const MobileButton = styled(Action)`
display: none;
@media screen and (max-width: 900px) {
display: flex;
padding: 0 calc(${th('gridUnit')} * 2);
padding: calc(${th('gridUnit')} * 2);
}
`
const RightSection = styled.div`