Skip to content

Commit

Permalink
fix quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWoodward committed Sep 18, 2024
1 parent 8be052d commit ddb6926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/pages/flex-page/blocks/QuoteBlock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

> .content-block-rich-text {
margin-top: 5rem;
overflow: visible;

&:before {
color: os-color(orange);
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/flex-page/blocks/RichTextBlock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.flex-page.page div.content-block-rich-text {
overflow: hidden;
width: 100%;
width: 100%;
margin-bottom: 1rem;

img.richtext-image.full-width {
Expand Down

0 comments on commit ddb6926

Please sign in to comment.