margin sizing on mobile

This commit is contained in:
Paul Trowbridge 2023-05-20 23:19:56 -04:00
parent b2c73a8b39
commit 5117f3f8df
2 changed files with 1 additions and 7 deletions

0
build.sh Normal file → Executable file
View File

View File

@ -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,