From 390f5faa6b393a171127a7039d640ba8b316ba7c Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:22:09 +0200 Subject: [PATCH] Fixed width issue Fixed an issue where the paddings/margins were too big on the ultra-small layout --- src/lib/styles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/styles/style.css b/src/lib/styles/style.css index f970c5a..1d3439e 100644 --- a/src/lib/styles/style.css +++ b/src/lib/styles/style.css @@ -149,4 +149,11 @@ details a { margin-bottom: 1rem; border-radius: 0; } + + main { + margin: 0; + padding: 15px; + margin-bottom: 1rem; + border-radius: 0; + } }