permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 7f9495e033acc1ca1152b935ac32e005c07f3775
parent f13b51325bbe6732e235bc22dbb81c87596921d6
Author: Ville-Matias Heikkila <viznut@low.fi>
Date:   Fri, 15 Dec 2023 14:19:28 +0200

change header sizes more

Diffstat:
Mlocal.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/local.css b/local.css @@ -40,11 +40,11 @@ h1,h2,h3,h4,h5,h6 { } h1 { margin-bottom: 0em; - font-size: 2rem; + font-size: 1.5rem; } h2 { margin-top: 0; - font-size: 1.5rem; + font-size: 1.0rem; } a { color: #AA7E2B; @@ -53,5 +53,5 @@ a:visited { color: #865800; } div.header, header.header { - font-size: 2em; + font-size: 3em; }