From b87ff3ab5d06624d48f34395210b5c243c81ca12 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 15 Feb 2025 20:49:23 +0100 Subject: [PATCH] css --- style/light.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/style/light.css b/style/light.css index 379c535..f7237e6 100644 --- a/style/light.css +++ b/style/light.css @@ -11,7 +11,16 @@ html { body { margin-inline: auto; - max-inline-size: 99ch; + max-inline-size: 102ch; +} + +article header { + display: flex; + justify-content: space-between; +} + +div.org { + display: flex; } section.images {