fix: add mobile pull quote artwork

This commit is contained in:
Keith Solomon
2026-06-27 19:47:06 -05:00
parent 32bbf6750b
commit 7c3c09855d
4 changed files with 51 additions and 17 deletions
+13 -3
View File
@@ -18,6 +18,10 @@
width: 100%;
}
.pull-quote__vector .pull-quote__vector--mobile {
display: none;
}
.pull-quote__content {
padding: 5rem 0;
position: relative;
@@ -32,7 +36,8 @@
text-align: center;
text-wrap: balance;
strong, b {
strong,
b {
color: var(--color-cwc-blue-02);
font-weight: 800;
}
@@ -66,10 +71,15 @@
bottom: 1rem;
}
.pull-quote .pull-quote__vector img {
.pull-quote .pull-quote__vector .pull-quote__vector--bg {
display: none;
}
.pull-quote .pull-quote__vector .pull-quote__vector--mobile {
display: block;
height: 100%;
max-width: none;
object-fit: fill;
object-fit: cover;
width: 100%;
}