From b4d8a55c3bfa55a0e86ff45cf566e0afceed8328 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:23:35 -0800 Subject: [PATCH] Iframe captions --- quartz/styles/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 983310eb0..bd96eb994 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -9,6 +9,12 @@ img + em { font-size: 0.9em; } +iframe + p { + display: block; + text-align: center; + font-size: 0.9em; +} + // center all images by default img { display: block;