From 3c7a7f66364e39c89ed14841669f1cbf90d75ebd Mon Sep 17 00:00:00 2001 From: Ronan Date: Mon, 5 Dec 2022 17:29:32 +0100 Subject: [PATCH] fix bubblebug again --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 8ea60e4..56ba717 100644 --- a/style.css +++ b/style.css @@ -25,9 +25,9 @@ body { border-left: 1rem solid transparent; border-right: 1rem solid transparent; border-top: 5rem solid var(--main-invert-color); - position: relative; - top: 45%; - left: -10%; + position: absolute; + margin-top: 30%; + margin-left: -10%; transform: rotate(60deg) ; z-index: -1; }