diff --git a/static/style.css b/static/style.css index 98701c1..16b6669 100644 --- a/static/style.css +++ b/static/style.css @@ -57,7 +57,7 @@ font-size: 1.5rem; } -main:nth-of-type(1) { +main:nth-of-type(1), .mainDiv { width: 95%; max-width: 1000px; margin: auto; diff --git a/static/subpage.css b/static/subpage.css index ab32dc8..66ac077 100644 --- a/static/subpage.css +++ b/static/subpage.css @@ -15,8 +15,6 @@ body { .mainDiv { animation: fadeUp 1s cubic-bezier(0.075, 0.82, 0.165, 1); - padding: 0 2.5vw; - max-width: 800px; margin: auto; }