diff --git a/style.css b/style.css index fd1a000d0..e648694e5 100644 --- a/style.css +++ b/style.css @@ -90,11 +90,18 @@ code { .carrousel { position: relative; height: 400px; - width: 75%; + width: 100%; + max-width: 1920px; + margin: 0 auto 30px auto; overflow: hidden; transition: width 0.5s ease; } +.bx-wrapper{ + border : none; +} + + .slide { width: 100%; height: 400px;