From: Ruben Beltran del Rio Date: Fri, 13 Dec 2024 13:56:57 +0000 (+0100) Subject: Lowercase and chunkier h2 X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/4efce86dda416d04c48406724fa51de24a8adb72?ds=inline Lowercase and chunkier h2 --- diff --git a/css/style.css b/css/style.css index 2ab37cf..33483e0 100644 --- a/css/style.css +++ b/css/style.css @@ -84,8 +84,13 @@ h1, h2, h3 { font-family: "Avenir Next"; font-weight: 900 } -h1 { font-size: 2em } +h1 { font-size: 4em } +h2 { + font-size: 2em; + text-transform: lowercase; +} h3 { + display: inline-block; font-weight: 600; margin-top: 1em }