fix bubblebug again

This commit is contained in:
Ronan 2022-12-05 17:29:32 +01:00
parent 5f7abd2a9a
commit 3c7a7f6636

View file

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