diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 4b39f6c..fc9aa05 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -32,11 +32,17 @@ div.page-listing ul.tags { } article.popover-hint p, article.popover-hint span { - font-size: clamp(9pt, 15pt, 20pt); + font-size: clamp(11pt, 13pt, 18pt); } article.popover-hint ol > li { - font-size: clamp(9pt, 13pt, 15pt); + font-size: clamp(10pt, 14pt, 16pt); +} + +article.popover-hint p > img { + display: block; + margin: 0 auto; + max-width: 50%; } blockquote.callout.quote {