Skip to content

Commit

Permalink
fix(catalog): align one liners to center
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne authored Oct 11, 2023
1 parent 5235b3e commit fbc1fa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalog/site/css/md-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ 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 All @@ -216,7 +215,7 @@ main > blockquote:not(catalog-component-header, details) .content {
}

blockquote .content > *:first-child {
margin-block-start: 0;
margin-block-start: 4px;
}

blockquote .content > *:last-child {
Expand Down

0 comments on commit fbc1fa6

Please sign in to comment.