diff options
-rw-r--r-- | website/assets/css/style.css | 1 | ||||
-rw-r--r-- | website/index.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css index bc2f21f..976753c 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css | |||
@@ -50,6 +50,7 @@ ul .fa { | |||
50 | } | 50 | } |
51 | 51 | ||
52 | .fullscreen p { | 52 | .fullscreen p { |
53 | margin-top: 120px; | ||
53 | text-align: center; | 54 | text-align: center; |
54 | } | 55 | } |
55 | 56 | ||
diff --git a/website/index.html b/website/index.html index 740ad6a..f9e2317 100644 --- a/website/index.html +++ b/website/index.html | |||
@@ -156,7 +156,7 @@ | |||
156 | 156 | ||
157 | <div id="map" class="overbox fullscreen"> | 157 | <div id="map" class="overbox fullscreen"> |
158 | <iframe id="map-frame" src="map.svg"> | 158 | <iframe id="map-frame" src="map.svg"> |
159 | Your browser does not support iframes.<br>Click <a href="map.svg" target="_blank">here</a> to open the map in a new window. | 159 | <p>Your browser does not support iframes.<br>Click <a href="map.svg" target="_blank">here</a> to open the map in a new window.</p> |
160 | </iframe> | 160 | </iframe> |
161 | </div> | 161 | </div> |
162 | 162 | ||