From 3b7e7f33c844e21c0819d0d1296064a2e634a846 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 28 Nov 2023 10:03:53 -0500 Subject: Fix h1 heading default size --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index b130764..6de8a2c 100644 --- a/local.css +++ b/local.css @@ -1,5 +1,5 @@ img{height:auto;max-width:100%;} -h1{font-size:1.6rem;} +h1{font-size:2.2rem;} h2{font-size:1.4rem;} h3{font-size:1.2rem;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} @@ -11,6 +11,7 @@ h3{font-size:1.2rem;} .inlinepage{overflow-y:hidden;} @media (max-width: 600px) { + h1{font-size:1.6rem;} .page{display:block;} .sidebar{float:right;margin:10px;} } \ No newline at end of file -- cgit v1.2.3-54-g00ecf