From 52b65322b7c03b336f3e836d6200f29233690943 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 4 Jan 2024 18:01:42 -0500 Subject: Typography updates --- local.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index 9fab899..b7ef7d2 100644 --- a/local.css +++ b/local.css @@ -1,5 +1,5 @@ *{box-sizing:border-box;} -body{line-height:1.4;} +body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;} img{height:auto;max-width:100%;} h1{font-size:2.2rem;} h2{font-size:1.4rem;} @@ -9,6 +9,7 @@ table tr{border-bottom:1px solid;} table td{padding:8px;} blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;} .pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;} +#pagebody h2, #pagebody h3{margin-top:2em;} .pageheader,#pageinfo{padding:1em;} .pageheader .actions, #searchform{right:1em;} #content{margin:1em;} -- cgit v1.2.3-54-g00ecf