Skip to content

Commit 990ac0c

Browse files
committed
Heading: Handle edge cases
1 parent c5be6f3 commit 990ac0c

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
@@ -1759,6 +1759,7 @@ a:hover {
17591759

17601760
.headerlink::before {
17611761
display: flex;
1762+
height: 100%;
17621763
align-items: flex-start;
17631764
}
17641765
}
@@ -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)