From 5117f3f8df413e017d36e21e3e0a33d7a381f4d1 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 20 May 2023 23:19:56 -0400 Subject: [PATCH] margin sizing on mobile --- build.sh | 0 css/markdown.css | 8 +------- 2 files changed, 1 insertion(+), 7 deletions(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/css/markdown.css b/css/markdown.css index 34f4245..47cf105 100644 --- a/css/markdown.css +++ b/css/markdown.css @@ -18,16 +18,10 @@ body { /* Media query for smaller screens */ @media (max-width: 768px) { html, body { - padding: 0 10px; /* Adjust the padding values for smaller screens */ + padding: 0 1px; /* Adjust the padding values for smaller screens */ } } - /* Media query for larger screens */ - @media (min-width: 1024px) { - html, body { - padding: 0 40px; /* Adjust the padding values for larger screens */ - } - } /* Reset margin top for elements */ h1, h2, h3, h4, h5, h6,