responsive stuff

This commit is contained in:
2025-06-17 11:27:56 -07:00
parent a4561538f7
commit 4a389ed8cf
3 changed files with 10 additions and 1 deletions

5
dist/app.css vendored
View File

@@ -12708,6 +12708,11 @@ footer.sub-footer {
padding: 0 4rem; padding: 0 4rem;
margin-bottom: 3rem; margin-bottom: 3rem;
} }
@media (max-width: 767.98px) {
.testimonials-section .testimonials .testimonial .quote {
font-size: 16px;
}
}
.testimonials-section .testimonials .testimonial .person-details { .testimonials-section .testimonials .testimonial .person-details {
display: flex; display: flex;
gap: 1rem; gap: 1rem;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=4e2e287b00a843330a0d0dd57f1ea832" "/app.css": "/app.css?id=5873c4fef1af7d146a9d3805e543e88d"
} }

View File

@@ -103,6 +103,10 @@
line-height: 45px; line-height: 45px;
padding: 0 4rem; padding: 0 4rem;
margin-bottom: 3rem; margin-bottom: 3rem;
@include media-breakpoint-down(md) {
font-size: 16px;
}
} }
.person-details { .person-details {