rename map-button to button

This commit is contained in:
Jakub 2024-03-01 21:34:32 -05:00
parent ed080385e8
commit be6204aa1e
2 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,7 @@
<div class="grid-item">
<div class="child-element">
{{ with $url }}
<a class="map-button" href="{{ $url }}" target="_blank">See on Google Maps</a>
<a class="button" href="{{ $url }}" target="_blank">See on Google Maps</a>
{{ end }}
</div>
</div>

View File

@ -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;