From 192ff335e2bb6b62e066aada537f57456efc4388 Mon Sep 17 00:00:00 2001 From: Reuben Rowe <reuben.rowe@rhul.ac.uk> Date: Mon, 23 Sep 2024 15:28:01 +0100 Subject: [PATCH] Style h5 elements. --- templates/impress.cs/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css index 67886c5..6955326 100644 --- a/templates/impress.cs/css/style.css +++ b/templates/impress.cs/css/style.css @@ -51,7 +51,7 @@ body { min-height: 740px; } -h1,h2,h3,h4 { +h1,h2,h3,h4,h5 { text-align: center; } @@ -103,6 +103,10 @@ h4 { font-size: 30px; } +h5 { + font-size: 20px; +} + img { width: 100%; } -- GitLab