Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-mutkure committed Feb 27, 2024
1 parent 57be85a commit 4ce87f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function NavLink(
target={props.target ?? "_blank"}
rel="noreferrer"
className={cn(
"btn btn-ghost hover:underline text-[12px] md:text-[18px]",
"btn btn-ghost hover:underline text-[12px] lg:text-[18px]",
props.className
)}
>
Expand Down Expand Up @@ -195,7 +195,7 @@ function App() {

<div className="navbar-center hidden lg:flex"></div>

<div className="navbar-end gap-8">
<div className="navbar-end gap-4 lg:gap-8">
<NavLink href="/" target="_self">
Home
</NavLink>
Expand Down

0 comments on commit 4ce87f9

Please sign in to comment.