From 608f306b5de0d42dc86d2976722b08ba0cb9a473 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 28 Nov 2023 14:33:44 -0500 Subject: Use paragraph instead of heading for sidebar title --- local.css | 2 +- sidebar.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 6de8a2c..6aeafcc 100644 --- a/local.css +++ b/local.css @@ -3,7 +3,7 @@ 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;} -.sidebar h2{font-size:1rem;margin-top:0;} +.sidebar p{font-size:1rem;margin-top:0;} .sidebar ul{margin-bottom:0;padding-left:20px;} .blogform{background:none;border:0;} .pageheader .trails{display:none;} diff --git a/sidebar.mdwn b/sidebar.mdwn index 4243f9b..8f91c97 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -1,4 +1,4 @@ -## Site Navigation +**Site Navigation** * [[/index]] * [[posts]] -- cgit v1.2.3-54-g00ecf