change relative for absolute

This commit is contained in:
Didictateur 2026-02-23 14:16:12 +01:00
parent c874df0841
commit df19c629fc

View file

@ -34,9 +34,9 @@
}
#mascotte {
position: relative;
bottom: -0px;
right: 0px;
position: absolute;
top: 670px;
right: 100px;
z-index: 999;
transform: scaleX(-1);
cursor: pointer;
@ -49,9 +49,9 @@
}
.speech-bubble {
position: relative;
bottom: 0px;
left: 700px;
position: absolute;
top: 100px;
right: 170px;
z-index: 998;
display: flex;
width: 1025px;