diff --git a/frontend/pages/chap1.html b/frontend/pages/chap1.html index 7b7e4fd..2394c5a 100644 --- a/frontend/pages/chap1.html +++ b/frontend/pages/chap1.html @@ -28,7 +28,7 @@ .speech-bubble { position: absolute; - bottom: 200px; + top: 300px; right: 170px; z-index: 1; display: none; diff --git a/frontend/pages/chap2.html b/frontend/pages/chap2.html index 78d4262..e9c453f 100644 --- a/frontend/pages/chap2.html +++ b/frontend/pages/chap2.html @@ -29,7 +29,7 @@ .speech-bubble { position: absolute; - bottom: 200px; + top: 350px; right: 170px; z-index: 1; display: none; diff --git a/frontend/pages/chap3.html b/frontend/pages/chap3.html index 4990b1b..a6879f5 100644 --- a/frontend/pages/chap3.html +++ b/frontend/pages/chap3.html @@ -29,7 +29,7 @@ .speech-bubble { position: absolute; - bottom: 200px; + top: 220px; right: 170px; z-index: 1; display: none; diff --git a/frontend/pages/chap4.html b/frontend/pages/chap4.html index aee6c34..1123588 100644 --- a/frontend/pages/chap4.html +++ b/frontend/pages/chap4.html @@ -29,7 +29,7 @@ .speech-bubble { position: absolute; - bottom: 200px; + top: 300px; right: 170px; z-index: 1; display: none; diff --git a/frontend/pages/chap5.html b/frontend/pages/chap5.html index aee6c34..1123588 100644 --- a/frontend/pages/chap5.html +++ b/frontend/pages/chap5.html @@ -29,7 +29,7 @@ .speech-bubble { position: absolute; - bottom: 200px; + top: 300px; right: 170px; z-index: 1; display: none; diff --git a/index.html b/index.html index 09c1ae1..f699e40 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ .speech-bubble { position: absolute; - bottom: 200px; + top: 100px; right: 170px; z-index: 1; display: flex;