Skip to content

Commit 6a525f8

Browse files
committed
Heading: Handle edge cases
1 parent c5be6f3 commit 6a525f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/v2/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,7 @@ a:hover {
17601760
.headerlink::before {
17611761
display: flex;
17621762
align-items: flex-start;
1763+
height: 100%;
17631764
}
17641765
}
17651766

@@ -1782,7 +1783,8 @@ a:hover {
17821783

17831784
.headerlink {
17841785
text-decoration: none;
1785-
1786+
position: relative;
1787+
display: flex;
17861788
color: oklch(var(--color-foreground));
17871789
}
17881790

0 commit comments

Comments
 (0)