Skip to content

Commit

Permalink
fix: logo and header layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer authored and AntonLantukh committed Feb 22, 2024
1 parent 1791b4c commit a0cca10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/ui-react/src/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,14 @@
}

.brand {
margin-right: 0;
margin-left: 0;
text-align: center;
}

.menu,
.actions {
justify-content: flex-end;
width: 80px;
}
}
3 changes: 2 additions & 1 deletion packages/ui-react/src/components/Logo/Logo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
.logo {
width: auto;
max-width: 100%;
max-height: variables.$header-height - 10px;
height: auto;
max-height: variables.$header-height - 20px;
vertical-align: middle;
cursor: pointer;
}
Expand Down

0 comments on commit a0cca10

Please sign in to comment.