Skip to content

Commit

Permalink
adjust navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEricsson committed Aug 17, 2024
1 parent a71d8ad commit 2149e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/NavBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function NavBar() {
return (
<Link
href={href}
className={`inline-flex items-center px-1 pt-8 pb-3 text-sm text-headline transition-all duration-200 ${
className={`inline-flex items-center px-2 pt-8 pb-3 text-base text-headline transition-all duration-200 ${
isActive ? 'font-bold' : 'font-medium hover:font-bold'
}`}
>
Expand All @@ -38,7 +38,7 @@ export default function NavBar() {
href="https://github.com/LeonEricsson?tab=repositories"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center px-1 pt-8 pb-3 text-sm font-medium text-headline hover:font-bold transition-all duration-200"
className="inline-flex items-center px-1 pt-8 pb-3 text-base font-medium text-headline hover:font-bold transition-all duration-200"
>
projects
</a>
Expand Down

0 comments on commit 2149e49

Please sign in to comment.