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 8b83e7d commit 4cb37ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions st3reworked.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,14 @@
margin-top: 40px;
}

/* Contenedor de las imágenes-botones */
/* Contenedor de las imágenes-botones */
.image-buttons {
display: flex;
justify-content: space-around; /* Ajusta el espacio entre los botones */
flex-wrap: wrap; /* Permite que los botones se envuelvan en líneas si el espacio es limitado */
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: 10px; /* Ajusta el valor aquí si deseas más o menos separación */
gap: 5px; /* Ajusta el espacio entre los botones */
}


Expand Down

0 comments on commit 4cb37ba

Please sign in to comment.