responsive stuff

This commit is contained in:
2025-06-17 11:26:29 -07:00
parent 64d4f9e869
commit a4561538f7
3 changed files with 20 additions and 1 deletions

View File

@@ -7,10 +7,15 @@
text-align: center;
margin-bottom: 2rem;
}
.testimonials {
padding: 0 2rem;
position: relative;
@include media-breakpoint-down(md) {
padding: 0 1rem;
}
.slick-arrow {
width: 60px;
height: 55px;
@@ -126,6 +131,10 @@
&.name {
font-weight: bold;
}
@include media-breakpoint-down(md) {
font-size: 1rem;
}
}
}
}