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 b4e32ba commit 9dd2d16Copy full SHA for 9dd2d16
src/resources/formats/revealjs/quarto.scss
@@ -978,12 +978,9 @@ kbd {
978
}
979
980
.callout-icon::before {
981
- height: 1em;
982
- width: 1em;
983
display: inline-block;
984
content: "";
985
background-repeat: no-repeat;
986
- background-size: contain;
987
988
989
div {
@@ -1036,8 +1033,8 @@ kbd {
1036
1033
display: flex;
1037
1034
1038
1035
1039
- margin-top: 1rem;
1040
- padding-right: 0.5rem;
+ margin-top: 1em;
+ padding-right: 0.5em;
1041
1042
.callout-body {
1043
> .callout-content {
0 commit comments