From 86a36de7d27d5f3fc24b609245df5017c9d43905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lukas=20H=C3=A4gele?= Date: Sun, 10 Nov 2024 15:41:06 +0100 Subject: [PATCH] add dynamic width to detail pages --- html/style.css | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index 93b0351..e4d5af0 100644 --- a/html/style.css +++ b/html/style.css @@ -78,7 +78,7 @@ ul { ul { justify-content: center; - width: 1000px; + max-width: 1000px; } ul.recipes { diff --git a/static/style.css b/static/style.css index 93b0351..e4d5af0 100644 --- a/static/style.css +++ b/static/style.css @@ -78,7 +78,7 @@ ul { ul { justify-content: center; - width: 1000px; + max-width: 1000px; } ul.recipes { -- 2.39.5