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 18, 2024
1 parent e25dddf commit c1fed48
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 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,16 @@
background: #303230;
}

@media (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 c1fed48

Please sign in to comment.