Skip to content

Commit

Permalink
Fix carousel glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Oct 31, 2023
1 parent b869ef3 commit 2f4ddc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ h1, h2, h3, h4, h5 {

/* Carousel */

/* Fix glitch when changing carousel and displaying half of the next person */
.carousel-item-next {
display: none;
}

.carousel-control-prev {
margin-left: 0;
padding-left: 0;
Expand Down

0 comments on commit 2f4ddc6

Please sign in to comment.