Skip to content

Commit

Permalink
Update carrousel width and remove white border
Browse files Browse the repository at this point in the history
  • Loading branch information
SaillantNicolas committed Jan 4, 2024
1 parent 0827770 commit 388178f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 388178f

Please sign in to comment.