fix: add mobile pull quote artwork
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user