From 8d1d691942b7220f7ed5611652b22798b87e3247 Mon Sep 17 00:00:00 2001 From: fraxle Date: Wed, 13 May 2026 05:24:41 +0100 Subject: [PATCH] Fix tablet and desktop margins --- assets/sunscope.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/sunscope.css b/assets/sunscope.css index 14c0b78..2cf31b5 100644 --- a/assets/sunscope.css +++ b/assets/sunscope.css @@ -82,7 +82,7 @@ body { color: #1e1208; background: #f5edd6; min-height: 100vh; - padding: 52px 10px 32px; + padding: 52px 36px 32px; position: relative; /* overflow-x: clip (not hidden) — `clip` clips horizontal overflow WITHOUT making this a scroll container, so `position: sticky` on @@ -841,6 +841,10 @@ body { @media (max-width: 800px) { + .utci-app { + padding: 52px 10px 32px; + } + .utci-header { grid-template-columns: 1fr; /* stack the 3 header columns */ text-align: center;