From b61db223699c4f9bad4b7d7da6082f1029f68a7d Mon Sep 17 00:00:00 2001
From: April Eaton
Date: Mon, 15 Dec 2025 18:54:19 +0100
Subject: [PATCH 1/2] Centering content in a column for better readability
---
global/global.css | 14 ++++++++++++++
header/header.css | 1 +
index.html | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/global/global.css b/global/global.css
index c900fc9..bcc56bc 100644
--- a/global/global.css
+++ b/global/global.css
@@ -7,4 +7,18 @@ body {
font-style: normal;
font-variation-settings: "wdth" 100;
font-size: 16pt;
+ margin: 0;
+ min-height: 100svh;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
+#main {
+ width: 40rem;
+ margin: 0.25rem;
+ margin-top: 0;
+ padding: 0.25rem;
+ border-left: solid 2px;
+ border-right: solid 2px;
}
diff --git a/header/header.css b/header/header.css
index 923edf7..d57609f 100644
--- a/header/header.css
+++ b/header/header.css
@@ -10,6 +10,7 @@ header {
width: calc(100% - 1.5rem);
margin-bottom: 0.25rem;
+ margin-top: 0.5rem;
padding: 0.5rem;
border-width: 3px;
border-style: solid;
diff --git a/index.html b/index.html
index fd449cc..ed3405d 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,6 @@
- Look ma, I'm horny!
+ Look ma, I'm horny!