feat: add section link to frontpage bridge card (#4396)

This commit is contained in:
Dag 2025-01-04 20:34:36 +01:00 committed by GitHub
parent 1d02214e12
commit cb65125dbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -44,6 +44,10 @@ final class BridgeCard
data-short-name="$shortName"
>
<a style="position: absolute; top: 10px; left: 10px" href="#bridge-{$bridgeClassName}">
<h1>#</h1>
<a>
<h2><a href="{$uri}">{$name}</a></h2>
<p class="description">{$description}</p>

View file

@ -186,6 +186,7 @@ section li {
margin-left: 1em;
}
.bridge-card {
position: relative;
text-align: center;
}