From eee4d1775f66a28f6bf7c0ce01eb4c551f08da21 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Tue, 6 Apr 2021 12:16:09 +0200 Subject: Update header sizes --- css/local.css | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/css/local.css b/css/local.css index 2d557249..4306d9a9 100755 --- a/css/local.css +++ b/css/local.css @@ -4,23 +4,56 @@ /* Add this class to a bootstrap table to not make it take 100% of the width */ .table-nonfluid { - width: auto; + width: auto; } .urlwordbreakall { - word-break: break-all; + word-break: break-all; } /* .half-width-img have to table cols at 50% each and fit image in col */ table.half-width-img th { - width: 50%; + width: 50%; } /* .img-fill-container scale an image to fit container in x axis */ table.half-width-img img, .img-fill-container { - width: 100%; - height: auto; + width: 100%; + height: auto; +} + +h1, .h1 { + font-size: 30px; +} + +h2, .h2 { + font-size: 24px; +} + +h3, .h3 { + font-size: 20px; +} + +h4, .h4 { + font-size: 18px; +} + +h5, .h5 { + font-size: 16px; +} + +h6, .h6 { + font-size: 14px; +} + +h1, .h1, h2, .h2, h3, .h3 { + margin-top: 18px; + margin-bottom: 8px; +} + +blockquote { + font-size: unset; } -- cgit v1.2.1