diff --git a/index.html b/index.html index 7c129f9..abddf92 100644 --- a/index.html +++ b/index.html @@ -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;