Commit 880715de authored by Hotwani's avatar Hotwani
Browse files

Fix for ballon hovering far above the icon issue

parent dff0248d
...@@ -1277,8 +1277,8 @@ a.monument{ ...@@ -1277,8 +1277,8 @@ a.monument{
} }
@media screen and (max-width:30em /*480px*/) { @media screen and (max-width:30em /*480px*/) {
#myBalloon{ #myBalloon{
top: 29rem !important; /* top: 29rem !important;
left: 3% !important; left: 3% !important; */
max-width: 94%; max-width: 94%;
min-width: 94%; min-width: 94%;
width: 94%; width: 94%;
...@@ -1287,7 +1287,7 @@ a.monument{ ...@@ -1287,7 +1287,7 @@ a.monument{
width: auto; width: auto;
height: auto; height: auto;
position: relative; position: relative;
top: -20rem; /* top: -20rem; */
left: 0; left: 0;
} }
.balloon-content { .balloon-content {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment