From 764168262494cba126017089eed5e9e924b1b879 Mon Sep 17 00:00:00 2001 From: Priyansh Date: Wed, 17 Nov 2021 13:49:41 -0500 Subject: Extracting in-file css and js into separate modules, using tailwind cdn instead of the full file --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/css/style.css (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..79584dd --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,3 @@ +#map { + height: 100%; +} -- cgit v1.2.3