We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64b33d commit fc73e89Copy full SHA for fc73e89
src/resources/formats/revealjs/quarto.scss
@@ -988,12 +988,9 @@ kbd {
988
}
989
990
.callout-icon::before {
991
- height: 1em;
992
- width: 1em;
993
display: inline-block;
994
content: "";
995
background-repeat: no-repeat;
996
- background-size: contain;
997
998
999
div {
@@ -1046,8 +1043,8 @@ kbd {
1046
1043
display: flex;
1047
1044
1048
1045
1049
- margin-top: 1rem;
1050
- padding-right: 0.5rem;
+ margin-top: 1em;
+ padding-right: 0.5em;
1051
1052
.callout-body {
1053
> .callout-content {
0 commit comments