diff --git a/css/style.css b/css/style.css index e69de29..b941227 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,12 @@ +/* Mobile-first approach */ +.map-container { + height: 100vh; + width: 100%; +} + +/* Tablet and larger */ +@media (min-width: 768px) { + .sidebar { + width: 350px; + } +} \ No newline at end of file diff --git a/map-page.html b/map-page.html index e69de29..f28d94c 100644 --- a/map-page.html +++ b/map-page.html @@ -0,0 +1,275 @@ + + + + + + Journey Mapper - Interactive Map + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ + +
+ + + + + +
+ + +
+ Creating: New Journey +
+
+ + + + + +
+
+ Journey saved successfully! +
+
+
+
+ + + + + + + + + \ No newline at end of file