Issue #3212120 by kiran.kadam911, kostyashupenko, tushar_sachdeva, chetanbharambe, ranjith_kumar_k_u, mherchel, aaron.ferris: Blockquote's content font size should be decreased when it is placed into the sidebar in the Olivero theme
parent
fa0b720ebd
commit
75394d6df6
|
@ -225,3 +225,15 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decrease font-size for blockquote placed in sidebar region.
|
||||||
|
*/
|
||||||
|
|
||||||
|
@media (min-width: 62.5rem) {
|
||||||
|
|
||||||
|
.region--sidebar .text-content blockquote {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
line-height: 2.25rem
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -143,3 +143,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Decrease font-size for blockquote placed in sidebar region.
|
||||||
|
*/
|
||||||
|
.region--sidebar .text-content blockquote {
|
||||||
|
@media (--lg) {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: var(--sp2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue