From 07c15e22849b8b657e8117c4a9ff4d240a30a2e1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 Jun 2019 15:29:34 +0200 Subject: link to mastodon & start of storymap --- storymap/hackmap.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 storymap/hackmap.css (limited to 'storymap/hackmap.css') diff --git a/storymap/hackmap.css b/storymap/hackmap.css new file mode 100644 index 0000000..bad62d8 --- /dev/null +++ b/storymap/hackmap.css @@ -0,0 +1,18 @@ + + +html, body { + margin: 0; +} + + +#demo { + display: block; + width: 100%; + height: 50vh; +} + +iframe { + width:100%; + height:100%; + border: none; +} -- cgit v1.2.3