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-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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue