Skip to content

Commit cb6ffdd

Browse files
committed
Use less margin in revealjs than in bootstrap
As space is more limited in revealjs This match current behavior in quarto 1.5 too
1 parent 5492c91 commit cb6ffdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ $input-panel-bg: rgba(248, 249, 250, 1) !default;
9999
$callout-border-width: 0.3rem !default;
100100
$callout-border-scale: 0% !default;
101101
$callout-icon-scale: 10% !default;
102-
$callout-margin-top: 1.25rem !default;
103-
$callout-margin-bottom: 1.25rem !default;
102+
$callout-margin-top: 1rem !default;
103+
$callout-margin-bottom: 1rem !default;
104104
$callout-color-note: #0d6efd !default;
105105
$callout-color-tip: #198754 !default;
106106
$callout-color-important: #dc3545 !default;

0 commit comments

Comments
 (0)