#2817: Pique: Overrides paragraph block alignment added on cover block on home page (#6278)

* #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:
Gustavo Hilario 2022-10-19 04:58:41 -05:00 committed by GitHub
parent bb88eb5012
commit 3597829be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {