Skip to content

Commit

Permalink
fix: skip link overlaps nav
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Nov 24, 2024
1 parent 8ea15e4 commit c862d68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/_includes/layouts/page.webc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ layout: base.webc

<style>
a[href='#main'] {
font-size: 0.6rem;
position: absolute;
top: 8px;
left: 8px;
}
</style>

Expand Down

0 comments on commit c862d68

Please sign in to comment.