Skip to content

Commit

Permalink
Ajusta tamanho do menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mesps committed Mar 13, 2024
1 parent a073bd3 commit 1a27642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Menu/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@

@media (max-width: 1000px) {
.title h1 {
font-size: 36px;
font-size: 2rem;
}

.title h2 {
font-size: 24px;
font-size: 1.7rem;
}

.menu {
Expand All @@ -114,7 +114,7 @@
}

.menuButton {
font-size: 1rem;
font-size: 1.5rem;
}

.container {
Expand Down

0 comments on commit 1a27642

Please sign in to comment.