Skip to content

Commit

Permalink
tamaño buttom nav
Browse files Browse the repository at this point in the history
  • Loading branch information
francopautasso1 committed Sep 7, 2024
1 parent 35b61b8 commit 5f5d685
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 @@ -70,7 +70,7 @@
background-color: var(--nav-color); /* Fondo con transparencia */
backdrop-filter: blur(15px); /* Desenfoque de 15px */
-webkit-backdrop-filter: blur(15px); /* Soporte para Safari */
padding: 15px 0; /* Altura de la barra de navegación */
padding: 1px 0; /* Altura de la barra de navegación */
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(255, 255, 255, 0.3); /* Línea delgada semi-transparente */
z-index: 1000;
Expand Down

0 comments on commit 5f5d685

Please sign in to comment.