Skip to content

Commit

Permalink
tamaño de buttonNav
Browse files Browse the repository at this point in the history
  • Loading branch information
francopautasso1 committed Sep 7, 2024
1 parent 7442932 commit 6bba9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

@media (max-width: 480px) {
.bottom-nav {
padding: 5px 0; /* Ajusta el padding para reducir la altura en móviles */
padding: 1px 0; /* Ajusta el padding para reducir la altura en móviles */
background-color: var(--nav-color); /* Incrementa la opacidad a 40% en móviles */
backdrop-filter: blur(20px); /* Aumenta el desenfoque a 20px en móviles */
-webkit-backdrop-filter: blur(20px); /* Soporte para Safari */
Expand Down

0 comments on commit 6bba9a3

Please sign in to comment.