From 20401a9ddf7fcf4037b50a1eb141127120f46e7f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 9 Apr 2022 09:13:28 -0700 Subject: [PATCH] Remove the border around
--- static/styles/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/styles/main.css b/static/styles/main.css index 8fd0c46..15688cd 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -81,11 +81,9 @@ figcaption h4 { } figure { - border: 1px solid var(--separator-color); border-radius: 0.5rem; display: inline-block; margin: 0; - padding: 1rem; } figure a, @@ -107,7 +105,7 @@ figure + p { figure .youtube { line-height: 1; overflow: hidden; - width: calc(var(--body-width) - 2rem); + width: var(--body-width); } h1,