From 586bea37d50a084377aa028efd286514d31ce556 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 4 Apr 2022 21:54:52 -0500 Subject: [PATCH] Re-add margins on mobile --- assets/css/bobastyle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index e2162c2..b039cbc 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -326,6 +326,7 @@ /* Basic elements */ html { scroll-behavior: smooth; + margin: 0 20px; } @media screen and (prefers-reduced-motion: reduce) { @@ -338,7 +339,7 @@ body { background-color: var(--background); color: var(--text-normal); font-family: "Open Sans", "Noto Sans", sans-serif; - margin: 20px auto; + margin: 0 auto 20px; max-width: 720px; overflow-wrap: break-word; }