responsive stuff

This commit is contained in:
2025-06-17 11:30:13 -07:00
parent 4a389ed8cf
commit e45ddf0c4c
3 changed files with 23 additions and 3 deletions

View File

@@ -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;
}
}