responsive stuff
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
&.slick-next {
|
||||
right: 4rem;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
right: 2rem;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: ""
|
||||
}
|
||||
@@ -38,6 +42,10 @@
|
||||
&.slick-prev {
|
||||
left: 4rem;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
left: 2rem;
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: ""
|
||||
}
|
||||
@@ -105,7 +113,8 @@
|
||||
margin-bottom: 3rem;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 16px;
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user