From bfa442d8de092761dd00a7e053fe383eeb83cc94 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 8 Oct 2024 21:35:22 -0300 Subject: panel sizing fixes --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 57752ff..76166d9 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,8 @@ nav > span:not(:last-of-type):after { .panel { display: block; - width: 100%; + max-width: 100%; + height: auto; margin: 2em 0; image-rendering: pixelated; } @@ -143,6 +144,10 @@ h2 { margin-right: -20px; } +.wide .panel { + width: 100%; +} + .two-columns { columns: 2; margin: 20px; -- cgit 1.3.0-6-gf8a5