summaryrefslogtreecommitdiff
path: root/storymap/hackmap.css
blob: bad62d839af65a751633cffd1cb20e721318c1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


html, body {
    margin: 0;
}


#demo {
  display: block;
  width: 100%;
  height: 50vh;
}

iframe {
    width:100%;
    height:100%;
    border: none;
}