From 084b06d2aa763b5a9267ec34b4cbba6cf8d6a31a Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 14 Dec 2021 20:54:41 -0600 Subject: [PATCH] styling tests --- templates/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/style.css b/templates/style.css index 01188f2..1497c79 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,16 +1,18 @@ -body{ +body { padding: 1em; + font-family: sans-serif; } pre{ background-color: #eee; overflow-x: auto; + padding: 0.5em; } blockquote{ font-style: italic; } -main h1{ - font-size:xx-large; +header h1{ + font-size:3em; } th,td{ border-style:ridge;