From 53f0ae1234836de1d6dc6b3a354ba3e3cee81cb1 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sat, 11 Dec 2021 18:41:47 +0100 Subject: [PATCH] fix: fix some random styling mishaps --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index d3dc1aeb..ef8614f9 100644 --- a/style.css +++ b/style.css @@ -25,7 +25,7 @@ .banner { z-index: -200; - width: 100vw; + width: 100%; height: 40vh; position: absolute; top: 0; @@ -35,7 +35,7 @@ blockquote { padding-left: 0.5em; - margin: 0.25em 0 0.25em 0; + margin: 0.25em 0 0.25em 0 !important; border-left: 4px solid rgba(128, 128, 128, 0.3); }