From ab01d197e995cf6b4cb61c1641a06f48db64b0a8 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:35:51 +0800 Subject: [PATCH] Enlarge metadata font size --- themes/leilukin/stylesheets/all.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css index aa77533..1278ec7 100644 --- a/themes/leilukin/stylesheets/all.css +++ b/themes/leilukin/stylesheets/all.css @@ -136,14 +136,13 @@ del { figure, blockquote { margin: 1rem; font: inherit; - font-size: 1rem; page-break-inside: avoid; } blockquote { font-style: italic; } figcaption { - font-size: 0.75em; + font-size: 0.9em; margin: 1rem 0rem; } aside { @@ -550,7 +549,7 @@ div.flash { } div.metadata { font-weight: normal; - font-size: 0.75em; + font-size: 0.9em; text-align: center; display: block; position: relative;