From 9e97dbfbecbdc54b4958504de3d9abf7672524c0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 15 Feb 2025 17:00:02 +0100 Subject: [PATCH] chars --- style/light.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/style/light.css b/style/light.css index 0812b30..a753e5b 100644 --- a/style/light.css +++ b/style/light.css @@ -9,9 +9,14 @@ html { text-align: justify; } +body { + margin-inline: auto; + max-inline-size: 99ch; +} + section.images { display: flex; - justify-content: space-around; + justify-content: space-between; } h1 { font-size: 1.25rem; } @@ -60,7 +65,7 @@ ul { grid-template-columns: 1fr; } -@media (width > 80ch) { +@media (width > 66ch) { .columns { grid-template-columns: 2fr 1fr; } aside { order: 2; } main { order: 1; }