summaryrefslogtreecommitdiff
path: root/storymap/hackmap.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-09 15:29:34 +0200
committerYour Name <you@example.com>2019-06-09 15:29:34 +0200
commit07c15e22849b8b657e8117c4a9ff4d240a30a2e1 (patch)
treee702417139659d41976641fba3ac0b13d6feecfb /storymap/hackmap.css
parent7a8aeaff0e39f128ad007a9c02914dcb7c5e1392 (diff)
downloadhacklab.brussels-07c15e22849b8b657e8117c4a9ff4d240a30a2e1.tar.gz
link to mastodon & start of storymap
Diffstat (limited to 'storymap/hackmap.css')
-rw-r--r--storymap/hackmap.css18
1 files changed, 18 insertions, 0 deletions
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;
+}