Skip to content

Commit

Permalink
Alignment needs to be done in mentor section #104 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 authored May 21, 2024
1 parent aac4b75 commit 9d742e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/src/components/home/mentors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const SliderArrow: FC<SliderArrowArrow> = (props) => {
backgroundColor: 'background.paper',
color: 'primary.main',
'&:hover': { backgroundColor: 'primary.main', color: 'primary.contrastText' },
bottom: '-28px !important',
left: 'unset !important',
right: type === 'prev' ? '60px !important' : '0 !important',
zIndex: 10,
Expand Down
8 changes: 6 additions & 2 deletions client/src/styles/react-slick.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@
.slick-dotted.slick-slider {
margin-bottom: 30px;
}

@media (min-width:320px) and (max-width:641px){
.slick-dots{
bottom: -25px;
}
}
.slick-dots {
position: absolute;
bottom: -25px;
bottom: -50px;

display: block;

Expand Down

0 comments on commit 9d742e9

Please sign in to comment.