Add link to see map on House location

This commit is contained in:
2022-06-27 11:31:44 +02:00
parent 0ce305480f
commit 453583c189
3 changed files with 16 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
grid-column-start: 3;
}
a {
& > a {
display: block;
width: 100%;
height: 100%;
@@ -57,6 +57,15 @@
& > * {
display: inline-block;
}
a {
text-decoration: none;
color: currentColor;
&:hover {
color: $color-secondary;
text-decoration: underline;
}
}
:global(svg) {
width: 1em;
height: 1em;