Skip to content

Commit

Permalink
fix: carousel single slide wrapper background
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Apr 18, 2023
1 parent 0fb7504 commit 25c86e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/custom/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
// Landscape abstract
&.it-carousel-landscape-abstract {
.it-single-slide-wrapper {
background-color: $white;
> a {
position: relative;
display: block;
Expand Down Expand Up @@ -250,7 +251,6 @@
// Landscape abstract
&.it-carousel-landscape-abstract {
max-width: #{map-get($container-max-widths, xl)};
background-color: $white;
}
// 3 col card
&.it-carousel-landscape-abstract-3 {
Expand Down

0 comments on commit 25c86e4

Please sign in to comment.