]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Lowercase and chunkier h2
authorRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:56:57 +0000 (14:56 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:56:57 +0000 (14:56 +0100)
css/style.css

index 2ab37cf54dca0b246214a10f02a5a9eff1d78282..33483e06118fa94324c11bb5b0209d49c721e778 100644 (file)
@@ -84,8 +84,13 @@ h1, h2, h3 {
   font-family: "Avenir Next";
   font-weight: 900
 }
   font-family: "Avenir Next";
   font-weight: 900
 }
-h1 { font-size: 2em }
+h1 { font-size: 4em }
+h2 {
+  font-size: 2em;
+  text-transform: lowercase;
+}
 h3 {
 h3 {
+  display: inline-block;
   font-weight: 600;
   margin-top: 1em
 }
   font-weight: 600;
   margin-top: 1em
 }