fix bubblebug

This commit is contained in:
Ronan 2022-12-05 17:15:33 +01:00
parent e11013381f
commit 5f7abd2a9a

View file

@ -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;
}