From 33f149fe2601a0c5add0a4925ac4610e8e473943 Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Mon, 2 Dec 2019 13:19:17 -0800 Subject: [PATCH 1/1] Also apply styling to H2 elements in the main text --- en/.publisher/style/dever/main.csst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en/.publisher/style/dever/main.csst b/en/.publisher/style/dever/main.csst index 209cc02..bac9044 100644 --- a/en/.publisher/style/dever/main.csst +++ b/en/.publisher/style/dever/main.csst @@ -67,6 +67,11 @@ article h3, article h4, article h5, article h6 { font-weight: bold; } +article h2 { + text-align: center; + font-size: 2rem; +} + article h3 { text-align: center; font-size: 1.5rem; -- 2.17.1