test: lock mobile pull quote visual fidelity
This commit is contained in:
@@ -48,12 +48,13 @@
|
||||
.pull-quote {
|
||||
background: color-mix(in oklch, var(--color-cwc-blue-03) 30%, white);
|
||||
border-bottom-width: 1rem;
|
||||
height: 89.8vw;
|
||||
height: calc(89.8vw - 1px);
|
||||
}
|
||||
|
||||
.pull-quote .pull-quote__vector img {
|
||||
height: 100%;
|
||||
object-fit: fill;
|
||||
object-fit: cover;
|
||||
object-position: 30% center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -65,8 +66,8 @@
|
||||
}
|
||||
|
||||
.pull-quote .pull-quote__text {
|
||||
font-size: clamp(1.25rem, 5.6vw, 1.40625rem);
|
||||
line-height: 1.2;
|
||||
font-size: clamp(1.25rem, 5.535vw, 1.390625rem);
|
||||
line-height: clamp(1.5rem, 6.72vw, 1.6875rem);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user