From 07dae439ef2617451cd0aa4e9ecebf5d86f5e078 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <jkowalsk@student.agh.edu.pl>
Date: Sat, 01 Sep 2018 10:56:34 +0000
Subject: [PATCH] Merge pull request #15 from tsedor/patch-1

---
 map.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/map.css b/map.css
index ebf1cb5..56ca077 100644
--- a/map.css
+++ b/map.css
@@ -25,8 +25,8 @@
 	font-size: 14px;
 	
 	position: absolute;
-	width: 300px;
-	right: -315px;
+	width: 350px;
+	right: -365px;
 	top: 0;
 	bottom: 0;
 	
@@ -43,7 +43,7 @@
 
 @media (max-width: 600px) {
 	#popup {
-		width: 90%;
+		width: 80%;
 		right: -100%;
 	}
 	

--
Gitblit v1.9.1