From 4b8f8c006e09c7b5adc0aeab7acfa39c0f71e644 Mon Sep 17 00:00:00 2001 From: Holger Berg <36001578+ogierMontanus@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:35:08 +0200 Subject: [PATCH] feat: make layout responsive --- resources/css/andersen-single.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/andersen-single.css b/resources/css/andersen-single.css index f8550da..6fda648 100644 --- a/resources/css/andersen-single.css +++ b/resources/css/andersen-single.css @@ -5,7 +5,7 @@ body { .content-body { position: relative; display: grid; - grid-template-columns: 1fr 200px; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-column-gap: 10px; padding: 0 4px; } @@ -22,4 +22,4 @@ pb-facsimile { pb-view { max-width: 100vw; -} \ No newline at end of file +}