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{
}
@media screen and (max-width:30em /*480px*/) {
#myBalloon{
top: 29rem !important;
left: 3% !important;
/* top: 29rem !important;
left: 3% !important; */
max-width: 94%;
min-width: 94%;
width: 94%;
......@@ -1287,7 +1287,7 @@ a.monument{
width: auto;
height: auto;
position: relative;
top: -20rem;
/* top: -20rem; */
left: 0;
}
.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