From 517ecdccd0bfc9c0bad8a7262d74aca20d9a65ea Mon Sep 17 00:00:00 2001 From: Tyler Puckett <16280707+tcp13@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:32:03 -0500 Subject: [PATCH] fixed mobile content width --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 25cf56e..5fd0942 100644 --- a/styles.css +++ b/styles.css @@ -60,6 +60,9 @@ header{ margin-bottom: 1.2rem; line-height:1.2; } + main{ + width:100%; + } }