Skip to content

Commit

Permalink
fixed settings gear icon on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonCeci committed Oct 24, 2024
1 parent 7aeb565 commit d3a6166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/header/header.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,9 @@
.header-corrector-text-dark-mode {
color: var(--header-corrector-dark-mode);
}

@media (max-width: 800px) {
.settings-gear-button {
margin-right: 2rem;
}
}

0 comments on commit d3a6166

Please sign in to comment.