Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 98b63ad

Browse files
committed
fixed jitters on hover
1 parent 7a169f3 commit 98b63ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/NavBar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ nav#nav-bar #nav-items {
4343
margin: 30px 10px 0 10px;
4444
4545
a {
46+
border-bottom: solid 3px rgba(255, 255, 255, 0);
47+
padding-bottom: 5px;
4648
text-decoration: none;
4749
font-weight: bold;
4850
}

0 commit comments

Comments
 (0)