Prevent header links from wrapping

This commit is contained in:
Will Faught
2024-06-05 22:36:02 -07:00
parent 604f8882f6
commit 9a8fd3afa6
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@
.paige-header-link {
opacity: 0;
margin-left: 0.5rem;
position: absolute;
transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}