commit 5242e99117d2c3ed1ec4d5f9896fd0b4975b9367
parent dd6a63996547c59934814204f9d2eb18f6e55643
Author: Hunter
Date:   Wed, 22 Oct 2025 11:51:05 -0400

expand page to full width on narrow displays

Diffstat:
Mstyle.css | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -168,6 +168,15 @@ body { } @media (max-width: 680px) { + body { + padding: 0; + } + + .page { + max-width: 100vw; + box-shadow: none; + } + .grid { border-bottom-style: solid; border-right-style: solid;