Skip to content

Commit

Permalink
Merge pull request #203 from CSSSR/fix/COM-3582
Browse files Browse the repository at this point in the history
fix(Header): COM-3582 Fix mobile logo margin
  • Loading branch information
ArtyomResh authored May 26, 2021
2 parents c779c58 + 2ce3361 commit ea34ab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-design/src/components/Header/Header.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const base = (props: ThemeProps) => {
}
.logo {
margin-left: ${calcRem(16)};
margin-left: ${calcRem(40)};
order: 1;
color: white;
Expand All @@ -54,6 +54,7 @@ const base = (props: ThemeProps) => {
}
.logo {
margin-left: ${calcRem(16)};
width: ${calcRem(64)};
height: ${calcRem(16)};
order: 1;
Expand Down

0 comments on commit ea34ab3

Please sign in to comment.