Skip to content

Commit

Permalink
fix(catalog): center items in blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Oct 11, 2023
1 parent ff250dc commit 5235b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalog/site/css/md-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ main > blockquote:not(catalog-component-header, details) {
border-radius: var(--catalog-shape-l);
background-color: var(--md-sys-color-secondary-container);
display: flex;
align-items: center;
gap: var(--catalog-spacing-s);
}

Expand Down

0 comments on commit 5235b3e

Please sign in to comment.