Skip to content

Commit

Permalink
feat: Fix alignment of figcaption and image in extended rich content -
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Nov 26, 2024
1 parent c65002d commit a0a08b9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@

img {
margin: @imageMargin !important;
vertical-align: middle !important;
}

blockquote {
Expand Down Expand Up @@ -173,5 +174,8 @@
p, li, blockquote {
font-size: @normalFontSize;
}
figcaption {
text-align: center;
}

}

0 comments on commit a0a08b9

Please sign in to comment.