* #2817: Pique: Overrides paragraph block alignment added on cover block on home page Ensuring paragraphs alignment is preserved on hero banners on Pique panels -- home page * Fixing paragraph alignment issue on Pique home page panel A correction will ensure that paragraphs with the default alignment will be left aligned on the Pique home page. Co-authored-by: Madhu Dollu <madhusudhan.dollu@gmail.com> Co-authored-by: Madhu Dollu <madhusudhan.dollu@gmail.com>
This commit is contained in:
parent
bb88eb5012
commit
3597829be4
1 changed files with 1 additions and 1 deletions
|
@ -2575,7 +2575,7 @@ body:not(.no-background-fixed) .site-footer {
|
|||
#pique-hero .pique-panel-content .entry-content {
|
||||
text-align: center;
|
||||
}
|
||||
#pique-hero .pique-panel-content .entry-content p {
|
||||
:where(#pique-hero .pique-panel-content .entry-content) p {
|
||||
text-align: left;
|
||||
}
|
||||
#pique-hero .pique-panel-content .entry-content p:first-of-type {
|
||||
|
|
Loading…
Reference in a new issue