Skip to content

Commit

Permalink
💄 Centrar flecha siguiente foto
Browse files Browse the repository at this point in the history
  • Loading branch information
anattolia committed Jun 28, 2024
1 parent e59bd19 commit 0ba7b3e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/proyectos/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,13 @@ if (proyectos && proyectos.length) {
}

.botonGaleria {
padding: 0.5em;
position: absolute;
font-size: 2em;
top: 40%;

display: flex;
align-items: center;
padding: 0 .7em;
height: 100%;

&:hover {
color: $colorPrincipal;
}
Expand Down

0 comments on commit 0ba7b3e

Please sign in to comment.