diff --git a/static/style.css b/static/style.css index 83ebb98..6b555bc 100644 --- a/static/style.css +++ b/static/style.css @@ -54,7 +54,11 @@ div.form * input[type=submit] { border: 1px solid #229; padding: 1em; display: block; - width: fit-content; background: #888; border-radius: 2em; } + +#svgcontainer svg { + width: 100%; + height: auto; +} diff --git a/views/index.tpl b/views/index.tpl index 8e8d33e..8039449 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -29,8 +29,8 @@ - -
+ +
Map will appear here.

This map generator was built by Thomas DL5TKL.