Skip to content

Commit

Permalink
refactor: make navbar links more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Dec 17, 2024
1 parent 8ac1eb1 commit ddc6e77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/src/lib/components/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
}
nav {
display: flex;
width: 50%;
width: 70%;
justify-content: space-around;
}
nav a {
text-decoration: none;
border: 2px solid black;
padding: 12px;
display: flex;
align-items: center;
Expand Down

0 comments on commit ddc6e77

Please sign in to comment.