From: Lukas Hägele Date: Sun, 10 Nov 2024 14:41:06 +0000 (+0100) Subject: add dynamic width to detail pages X-Git-Url: https://git.lhaegele.de/?a=commitdiff_plain;h=86a36de7d27d5f3fc24b609245df5017c9d43905;p=recipes.git add dynamic width to detail pages --- 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 {