responsive stuff
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -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;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user