From 5f7abd2a9a2d6e9ddde4912c5b243f67bb3e5cbb Mon Sep 17 00:00:00 2001 From: Ronan Date: Mon, 5 Dec 2022 17:15:33 +0100 Subject: [PATCH] fix bubblebug --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9e16d4d..8ea60e4 100644 --- a/style.css +++ b/style.css @@ -35,8 +35,9 @@ body { .text-bubble { /* transform: rotate(90deg); */ position: relative; - left: 658px; - top: -385px; + margin: auto; + margin-left: 658px; + margin-top: -385px; z-index: 2; }