Skip to content

Commit

Permalink
Bug fix - align porperly headers icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirc77 committed Dec 17, 2024
1 parent e25dddf commit b75caaa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/layout/header/Header.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.main-header {
display: flex;
justify-content: space-between;
justify-content: flex-end;
align-items: center;
background: #fff;
}
Expand All @@ -9,6 +9,15 @@
background: #303230;
}

@media (max-width: 750px) {
.main-header {
justify-content: space-between;
}

.main-header.dark {
justify-content: space-between;
}

.theme-icon {
border: none;
background: transparent;
Expand Down

0 comments on commit b75caaa

Please sign in to comment.