From d7916098d9e2dcdbda3537bdd8fea48752274335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 15 May 2021 16:15:42 +0200 Subject: [PATCH] blockquote tag should have same rules as p tag --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1ec1434..c1ab194 100644 --- a/style.css +++ b/style.css @@ -81,7 +81,7 @@ ol.refs li:before { content: "[" counter(step_counter) "] "; } -p { +blockquote, p { font-size: 16px; line-height: 24px; }