From 710bd1bf072222a4dc499d2b4b5ca5233653dea6 Mon Sep 17 00:00:00 2001 From: Christophe HENRY Date: Sat, 20 Mar 2021 22:41:04 +0000 Subject: [PATCH] Corrects blockquote size on mobile --- css/htmgem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/htmgem.css b/css/htmgem.css index cb189a9..dbda462 100644 --- a/css/htmgem.css +++ b/css/htmgem.css @@ -114,7 +114,7 @@ pre { h3 { font-size: 3rem; } - p, pre, ul { + p, pre, ul, blockquote { font-size: 2.6rem; } }