From 3a55fbe945c4fcf28fb4886634991854ddf87ad5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Nov 2022 07:58:21 -0800 Subject: [PATCH] Fix the width of
--- assets/styles/root.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/styles/root.css b/assets/styles/root.css index db473a0..128bed5 100644 --- a/assets/styles/root.css +++ b/assets/styles/root.css @@ -340,7 +340,6 @@ img.circular { } main { - box-sizing: border-box; max-width: var(--content-width); margin: var(--body-item-spacing) auto; padding-inline: var(--body-item-spacing);