diff --git a/layouts/shortcodes/maps.html b/layouts/shortcodes/maps.html index 2e6b719..78485b1 100644 --- a/layouts/shortcodes/maps.html +++ b/layouts/shortcodes/maps.html @@ -52,7 +52,7 @@
{{ with $url }} - See on Google Maps + See on Google Maps {{ end }}
diff --git a/static/css/style.css b/static/css/style.css index c0acd65..26d7dde 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -266,12 +266,13 @@ blockquote.location p { padding: inherit; } margin: 0; } -.map-button { +.button { color: var(--fg); background-color: var(--acc-1); padding: 5px; border: solid 3px var(--acc-1); border-radius: 8px; + margin-top: 20px; } .map { @@ -318,7 +319,7 @@ blockquote.location p { padding: inherit; } display: block; } - .map-button { + .button { position: absolute; bottom: 0; right: 0;