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,