Skip to content

Commit

Permalink
fixed settings gear icon on mobile view (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonCeci authored Oct 26, 2024
1 parent ab9503e commit 67a5120
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 67a5120

Please sign in to comment.