Skip to content

Commit

Permalink
edit header font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jones58 committed Sep 26, 2024
1 parent e5cd4f8 commit 338916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Header() {
<h1 className="text-3xl">London Brutalist Map</h1>
</Link>
<nav className="hidden sm:block">
<ul className="flex space-x-4">
<ul className="flex space-x-4 text-xl">
<li>
<Link to="/" className=" px-3 py-2 rounded-md">
Map
Expand Down

0 comments on commit 338916a

Please sign in to comment.