Skip to content

Commit

Permalink
fix: give header space for our links
Browse files Browse the repository at this point in the history
  • Loading branch information
trulshj committed Dec 10, 2024
1 parent 6c4437b commit c50684f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/link/link.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
}

.headerLink {
white-space: nowrap;
color: var(--text-primary);
cursor: pointer;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion src/components/navigation/header/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

.wrapper {
position: absolute;
padding: 0rem 3rem 0rem 3rem;
padding: 0 1rem;
border-radius: 0.75rem;
background: var(--background-header-light-transparent);
box-shadow: 0px 0.5px 2px 0px #eaeaea;
Expand Down

0 comments on commit c50684f

Please sign in to comment.