From 1d6b60f684d705e9f9194f1abce8404048017cf0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 25 Jun 2024 04:39:15 +0400 Subject: [PATCH] Put font-size for h2 inside h2,h3. --- web/assets/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/assets/css/main.css b/web/assets/css/main.css index 5c61f84..33990c2 100755 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -71,10 +71,9 @@ h1 { h1, h2 { font-variant: small-caps; } -h2 { font-size: 1.4rem; } - h2, h3 { + font-size: 1.4rem; text-align: center; margin: 1rem; }