-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blockquote): fix center alignment, enforce blockquote font size a…
…nd update Style docs (#2112) * fix(blockquote): override potential `max-width` for quote content * chore(blockquote): add changeset * fix(blockquote): use logical properties * fix(blockquote): update quote and author spacing * docs(blockquote): update maximum width size With direction from Marionne * feat(blockquote): limit width to 752px per docs * docs(blockquote): remove "Image of" at start of alt text * docs(blockquote): remove a11y note about `aria-label` * fix(blockquote): use standard media query size * docs(blockquote): re-add content to sizes table * docs(blockquote): fix and update themable tokens link on Style page * fix(blockquote): increase/correct slotted content `font-size` * fix(blockquote): use tag selector in CSS for quote * fix(blockquote): target `p` tag for blockquote specifically * fix(blockquote): use standard media query size * chore(blockquote): upgrade changeset to minor
- Loading branch information
1 parent
8dd9a5f
commit 979c78f
Showing
6 changed files
with
82 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rhds/elements": minor | ||
--- | ||
|
||
`<rh-blockquote>`: fix center alignment, blockquote font size and update Style docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.