Skip to content

Commit

Permalink
Update st3reworked.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DW-Studios authored Sep 18, 2024
1 parent 4cb37ba commit e922857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions st3reworked.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,13 @@
margin-top: 40px;
}

/* Contenedor de las imágenes-botones */
/* Contenedor de las imágenes-botones */
.image-buttons {
display: flex;
justify-content: center; /* Centra los botones horizontalmente */
flex-wrap: nowrap; /* Evita que los botones se envuelvan en una nueva línea */
margin: 0 auto;
gap: 5px; /* Ajusta el espacio entre los botones */
gap: 2px; /* Reduce el espacio entre los botones */
}


Expand Down

0 comments on commit e922857

Please sign in to comment.