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 5381db504d2c78abf84292a03d8eae624c1fb337
parent 2a170b7058fb4cfbb345acdeaa797f76395a8bbc
Author: Ville-Matias Heikkila <viznut@low.fi>
Date:   Fri, 15 Dec 2023 14:21:19 +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: 1.5rem; + font-size: 2.0rem; } h2 { margin-top: 0; - font-size: 1.0rem; + font-size: 1.5rem; } a { color: #AA7E2B; @@ -53,5 +53,5 @@ a:visited { color: #865800; } div.header, header.header { - font-size: 3em; + font-size: 2.5em; }