Put maps side by side

This commit is contained in:
Tim Schaub
2016-11-05 18:29:29 -06:00
parent f6e9c12161
commit 8529a74063
2 changed files with 17 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
@media (min-width: 800px) {
.half {
padding: 0 10px;
width: 50%;
float: left;
}
}