Skip to content

Commit

Permalink
Update design.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cfunkz authored Mar 23, 2024
1 parent 94de551 commit adf2918
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions design.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
.carousel-item {
max-height: 100vh;
}
.carousel-item {
transition: transform 0.5s ease;
}

.carousel-inner {
overflow: hidden;
}
.carousel-item::after {
content:"";
position:absolute;
Expand Down

0 comments on commit adf2918

Please sign in to comment.