From 207847781a9e5a5f850239b68384d29e534b865c Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 25 Jun 2024 19:33:49 -0500 Subject: [PATCH] Make width consistent --- static/style.css | 2 +- static/subpage.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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; }