From b8c64e74f6f1d535e39fbc80b8c5aacf5f431983 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 23:42:23 -0500 Subject: fix width on mobile --- css/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css/stylesheet.css') diff --git a/css/stylesheet.css b/css/stylesheet.css index 391008b..ad26a15 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -57,6 +57,8 @@ a:hover { } .footer { + max-width: calc(100% - 20px); + width: 700px; bottom: 0; margin-top: auto; display: grid; -- cgit v1.2.3