Commit f103cf8e authored by Patrick's avatar Patrick
Browse files

test some styling

parent a01adc5e
...@@ -1455,7 +1455,7 @@ a.monument{ ...@@ -1455,7 +1455,7 @@ a.monument{
@media screen and (min-width:30em /*480px*/) { @media screen and (min-width:30em /*480px*/) {
.balloon-content { .balloon-content {
/* overflow: auto; */ overflow: auto;
max-height: 95%; max-height: 95%;
} }
#balloon-startscreen.balloon{ #balloon-startscreen.balloon{
...@@ -1504,12 +1504,13 @@ a.monument{ ...@@ -1504,12 +1504,13 @@ a.monument{
#balloon-startscreen.balloon { #balloon-startscreen.balloon {
position: absolute; position: absolute;
top: 9%; top: 9%;
left: 10%; left: 5% !important;
right: auto; right: auto;
min-width: 45rem; min-width: 45rem;
max-width: 75rem; max-width: 75rem;
max-height:45rem; max-height:45rem;
margin-bottom:10px; margin-bottom:10px;
margin-right:5%;
} }
......
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