Skip to content

Commit

Permalink
fix width issue for lozenges tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed May 26, 2023
1 parent a6d8ce0 commit fcf986e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/web/components/ArticleTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const marginTop = css`

const immersiveMargins = css`
max-width: 400px;
min-width: 100px;
margin-bottom: 4px;
/*
Make sure we vertically align the title font with the body font
Expand Down

0 comments on commit fcf986e

Please sign in to comment.