Add link to see map on House location
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user