From 43b4c53ebf77b8e5416965ce121ce659b9098463 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 7 Dec 2023 20:57:48 +0300 Subject: Make the font-size for block-quotes smaller compared to the default. Signed-off-by: Munyoki Kilyungi --- wqflask/wqflask/templates/dataset.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html index 9fec96b7..2e22be17 100644 --- a/wqflask/wqflask/templates/dataset.html +++ b/wqflask/wqflask/templates/dataset.html @@ -6,6 +6,10 @@ padding-left: 10%; line-height: 1.375; } + + .dataset-content blockquote { + font-size: 13px; + } .page-header h1 { font-size: 1.8em; line-height: 1.375; -- cgit 1.4.1