From ddea8fdceb1d818e1ecf55530bcf475dd41d03fa Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 17 Feb 2025 19:03:48 -0500 Subject: [PATCH] Increase title font-size. --- default_environment/stylesheet/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_environment/stylesheet/main.css b/default_environment/stylesheet/main.css index 5d80b37..9beb74d 100644 --- a/default_environment/stylesheet/main.css +++ b/default_environment/stylesheet/main.css @@ -122,7 +122,7 @@ body { } .blog_post_title { - font-size: 2.5rem; + font-size: 2.9rem; font-weight: 700; padding-bottom: 1rem; }