Added borelis and cantane maps
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
padding-inline: .75rem;
|
||||
border-radius: 8px;
|
||||
background-color: var(--white);
|
||||
min-width: 15rem;
|
||||
|
||||
.card-arrow {
|
||||
fill: var(--white);
|
||||
|
||||
@@ -98,7 +98,8 @@
|
||||
color: var(--green-500);
|
||||
}
|
||||
|
||||
a.title {
|
||||
a.title,
|
||||
a.map-link {
|
||||
text-underline-offset: 2px;
|
||||
text-decoration: underline;
|
||||
|
||||
@@ -108,6 +109,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.map-link {
|
||||
margin-top: .5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: .5ch;
|
||||
|
||||
svg {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
> * + * {
|
||||
margin: 0;
|
||||
margin-top: .4em;
|
||||
|
||||
Reference in New Issue
Block a user