Skip to content

Commit

Permalink
style: fix mulitline callout styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 26, 2023
1 parent e3265f8 commit 74c3ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion quartz/styles/callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@

.callout-title {
display: flex;
align-items: center;
gap: 5px;
padding: 1rem 0;
color: var(--color);
Expand All @@ -103,6 +102,8 @@
.callout-icon {
width: 18px;
height: 18px;
flex: 0 0 18px;
padding-top: 4px;
}

.callout-title-inner {
Expand Down

0 comments on commit 74c3ebb

Please sign in to comment.