From 30879149f544a6cb1ebbeb3c27c467c479d0d448 Mon Sep 17 00:00:00 2001 From: jullinator Date: Fri, 17 Aug 2018 23:56:49 +0200 Subject: first draft --- templates/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/index.css (limited to 'templates/index.css') diff --git a/templates/index.css b/templates/index.css new file mode 100644 index 0000000..f8bab2c --- /dev/null +++ b/templates/index.css @@ -0,0 +1,11 @@ +html { height: 100% } +body { height: 80%; margin: 0; padding: 0 } +#map_canvas { height: 100%; width: 100% } +.row { + display:flex; +} +.col { + display: flex; + flex-direction: column; + margin: 2%; +} \ No newline at end of file -- cgit v1.2.1