Skip to content

Commit fc73e89

Browse files
committed
Use em for other type of callouts too
1 parent f64b33d commit fc73e89

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -988,12 +988,9 @@ kbd {
988988
}
989989

990990
.callout-icon::before {
991-
height: 1em;
992-
width: 1em;
993991
display: inline-block;
994992
content: "";
995993
background-repeat: no-repeat;
996-
background-size: contain;
997994
}
998995

999996
div {
@@ -1046,8 +1043,8 @@ kbd {
10461043
display: flex;
10471044
}
10481045
.callout-icon::before {
1049-
margin-top: 1rem;
1050-
padding-right: 0.5rem;
1046+
margin-top: 1em;
1047+
padding-right: 0.5em;
10511048
}
10521049
.callout-body {
10531050
> .callout-content {

0 commit comments

Comments
 (0)