Skip to content

Commit

Permalink
Displacement Slider fits better width
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight committed Nov 13, 2024
1 parent 7bb55ea commit ccdf6af
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* Contenedor principal del slider */
.displacement-slider {
display: block;
margin: 10px 20px 20px 45px; /* Centra el slider horizontalmente */
width: 100%; /* Ocupa todo el ancho disponible */
max-width: 95%; /* Opcional: Limita el ancho máximo para que no se extienda demasiado */
margin: 10px 60px 20px 75px; /* Centra el slider horizontalmente */
box-sizing: border-box;
}

Expand Down

0 comments on commit ccdf6af

Please sign in to comment.