aboutsummaryrefslogtreecommitdiff
path: root/typst
diff options
context:
space:
mode:
Diffstat (limited to 'typst')
-rw-r--r--typst/callout/1.0.0/lib.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/callout/1.0.0/lib.typ b/typst/callout/1.0.0/lib.typ
index 5add04a..18185be 100644
--- a/typst/callout/1.0.0/lib.typ
+++ b/typst/callout/1.0.0/lib.typ
@@ -17,7 +17,7 @@
#let callout(icon, title, title_content, colors, content) = {
emptyblock(colors)[
- #text(size: 1.25em)[#icon~ #strong(title)]
+ #text(size: 1.15em)[#icon~ #strong(title)]
#content
]