From: Jonathan Blake Date: Mon, 2 Dec 2019 21:19:17 +0000 (-0800) Subject: Also apply styling to H2 elements in the main text X-Git-Tag: 29tsoc-20200103~29 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=33f149fe2601a0c5add0a4925ac4610e8e473943;hp=cff1c4dd5ab679f83b05e4ac86af1e6ea3d8ec1d Also apply styling to H2 elements in the main text --- 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;