Skip to content

Commit 8965511

Browse files
responsive resources cards
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Kishore B <85435355+kishore08-07@users.noreply.github.com>
1 parent 1cdec00 commit 8965511

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Related-Posts/relatedPosts.style.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,18 +168,18 @@ const RelatedPostsWrapper = styled.div`
168168
}
169169
170170
.slick-arrow{
171-
width: 3rem;
171+
width: 3rem;
172172
height: 4rem;
173173
}
174-
.slick-arrow:before{
174+
.slick-arrow:before{
175175
font-size: 4rem;
176176
}
177177
178-
.slick-prev:before{
178+
.slick-prev:before{
179179
margin-left: -1.5rem;
180180
}
181181
182-
.slick-next:before{
182+
.slick-next:before{
183183
margin-left: 1rem;
184184
}
185185

0 commit comments

Comments
 (0)