]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Avoid horizontal scroll bars
authorTom Hughes <tom@compton.nu>
Sat, 8 Dec 2018 15:37:18 +0000 (15:37 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 8 Dec 2018 15:37:18 +0000 (15:37 +0000)
html/style.css

index 38c416664563351554f4e6e490e24a84d0ae141c..7fcb5b32b7c7502387c0d27c638745b706b4216d 100644 (file)
@@ -2,7 +2,7 @@ div.event {
   display: inline-block;
   height: 200px;
   width: 100%;
-  margin: 20px;
+  margin: 20px 0px;
   text-align: center;
 }