Improved www.ttss.krakow.pl
Jacek Kowalski
2019-01-31 326ad34b82e744b98d3341f3b70d64406f73ebc9
map.css
@@ -25,13 +25,12 @@
   font-size: 14px;
   
   position: absolute;
   width: 300px;
   right: -315px;
   width: 350px;
   right: -365px;
   top: 0;
   bottom: 0;
   
   transition: right .4s;
   transition: width .4s;
   transition: right .4s, width .4s;
   
   opacity: .85;
   
@@ -44,7 +43,7 @@
@media (max-width: 600px) {
   #popup {
      width: 90%;
      width: 80%;
      right: -100%;
   }