Skip to content

Commit

Permalink
Update CSS again
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhaddil committed May 3, 2024
1 parent e0bac33 commit f9f49a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/generator.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ body {
font-size: 3em;
}

@media (max-width: 300px) {
@media (max-width: 600px) {
.glyph {
font-size: 1.5em;
font-size: 1em;
}
}

Expand All @@ -31,7 +31,7 @@ button, select {
}

/* Estilo para pantallas pequeñas */
@media (max-width: 300px) {
@media (max-width: 600px) {
button, select {
padding: 20px 40px;
}
Expand Down

0 comments on commit f9f49a5

Please sign in to comment.