Skip to content

Commit

Permalink
fix(jdanielmourao#217): display aside callout titles
Browse files Browse the repository at this point in the history
Original fix was made by @FireIsGood in jdanielmourao#219
  • Loading branch information
antoKeinanen committed Apr 14, 2024
1 parent 5983929 commit 74d0a54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/scss/features/asides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,15 @@ body {
border-radius: var(--callout-radius);
}

.callout-title {
& > .callout-title {
display: none;
}

.callout-content {
padding: 0 0 0 12px;
}

& > .callout-content {
padding: 0;

& > p {
Expand Down

0 comments on commit 74d0a54

Please sign in to comment.