fix bubblebug again
This commit is contained in:
parent
5f7abd2a9a
commit
3c7a7f6636
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ body {
|
||||||
border-left: 1rem solid transparent;
|
border-left: 1rem solid transparent;
|
||||||
border-right: 1rem solid transparent;
|
border-right: 1rem solid transparent;
|
||||||
border-top: 5rem solid var(--main-invert-color);
|
border-top: 5rem solid var(--main-invert-color);
|
||||||
position: relative;
|
position: absolute;
|
||||||
top: 45%;
|
margin-top: 30%;
|
||||||
left: -10%;
|
margin-left: -10%;
|
||||||
transform: rotate(60deg) ;
|
transform: rotate(60deg) ;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue