From 0950a9e435c5eb9de3930ad2315257967843aabc Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 28 Nov 2023 10:01:37 -0500 Subject: Fix h1 heading default size --- local.css | 1 + 1 file changed, 1 insertion(+) (limited to 'local.css') diff --git a/local.css b/local.css index ad54815..8decdf0 100644 --- a/local.css +++ b/local.css @@ -1,4 +1,5 @@ img{height:auto;max-width:100%;} +h1{font-size:1.6rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} -- cgit v1.2.3-54-g00ecf