|
@@ -188,7 +188,8 @@
|
|
|
|
|
|
@media (max-width: 599px) {
|
|
|
.testimonial .wp-block-quote {
|
|
|
- display: block;
|
|
|
+ flex-direction: column;
|
|
|
+ gap: calc( var(--wp--custom--margin--vertical) * 0.75);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -199,14 +200,13 @@
|
|
|
font-size: var(--wp--preset--font-size--normal);
|
|
|
font-style: normal;
|
|
|
font-weight: 500;
|
|
|
- margin-right: 0.65em;
|
|
|
padding-top: calc( var(--wp--custom--margin--baseline) * 1.35);
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
@media (max-width: 599px) {
|
|
|
.testimonial .wp-block-quote cite {
|
|
|
- margin-top: var(--wp--custom--margin--baseline);
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
}
|
|
|
|