From ccf8434f439f4ed33a6266a73b092884b12fedc3 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 8 Oct 2021 07:16:31 -0500 Subject: [PATCH] remove a bunch of unnecessary font size styling in the end, a lot of this doesn't really matter, and right now, I slightly prefer the site with a touch bigger font, so let's just let the default do its thing --- incorporealcms/static/css/base.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 1107aca..cb0c8fd 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -26,30 +26,6 @@ body { margin-right: auto; } -h1 { - font-size: 2em; -} - -h2 { - font-size: 1.5em; -} - -h3 { - font-size: 1.25em; -} - -h4 { - font-size: 1.17em; -} - -h5 { - font-size: 1em; -} - -h6 { - font-size: .83em; -} - a:link { font-weight: bold; text-decoration: none; @@ -82,8 +58,6 @@ div.header a { } div.content { - font-size: 11pt; - padding: 0 1em; line-height: 1.5em; }