Also apply styling to H2 elements in the main text
authorJonathan Blake <jonathan.blake@projectaon.org>
Mon, 2 Dec 2019 21:19:17 +0000 (13:19 -0800)
committerJonathan Blake <jonathan.blake@projectaon.org>
Mon, 2 Dec 2019 21:19:17 +0000 (13:19 -0800)
en/.publisher/style/dever/main.csst

index 209cc02..bac9044 100644 (file)
@@ -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;