Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
unewMe committed May 15, 2024
1 parent 35f5230 commit 580fe77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 11 additions & 11 deletions styles/navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
}

.navLinks {
list-style: none;
list-style: none;
display: flex;
justify-content: center;
padding: 0;
margin: 0;
padding: 0;
margin: 0;
}

.navLinkItem {
margin-right: 30px;
text-decoration: none;
color: #333;
margin-right: 30px;
text-decoration: none;
color: #333;
}

.navLinkItem:last-child {
margin-right: 0;
margin-right: 0;
}

.navLinkItem a {
text-decoration: none;
color: inherit;
transition: color 0.3s;
text-decoration: none;
color: inherit;
transition: color 0.3s;
}

.navLinkItem a:hover {
color: #007bff;
color: #007bff;
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"@assets/*": ["public/legacy/assets/*"],
"@public/*": ["public/*"],
"@/*": ["src/*"]

},
"target": "es2016",
"esModuleInterop": true,
Expand Down

0 comments on commit 580fe77

Please sign in to comment.