Skip to content

Commit 5e100ab

Browse files
committed
Removed the important tag and global css changes
Signed-off-by: SplinterSword <sparshj2003@gmail.com>
1 parent 8e1888a commit 5e100ab

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

fonts.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,4 @@
145145
font-weight: 100;
146146
font-style: italic;
147147
font-display: swap;
148-
}
149-
150-
.slick-slide {
151-
display: block !important;
152-
visibility: visible !important;
153-
opacity: 1 !important;
154-
}
148+
}

src/sections/Pricing/review-slider.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ max-width: 100%;
7575
margin: 0 1rem;
7676
}
7777
}
78+
.slick-initialized .slick-slide {
79+
display: block;
80+
visibility: visible;
81+
opacity: 1;
82+
}
7883
7984
`;
8085

0 commit comments

Comments
 (0)