Skip to content

Commit

Permalink
fix: header size reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Jun 1, 2022
1 parent e80fb8f commit 9e59ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export default function Header() {
const t = useTranslation;

return (
<header className="h-30 bg-black">
<div className="flex justify-between">
<h2 className="ml-4 mt-5 text-3xl font-mono font-black text-white lg:ml-16 sm:text-5xl">
<header className="bg-black">
<div className="pt-5 flex justify-between">
<h2 className="ml-4 text-3xl font-mono font-black text-white lg:ml-16 sm:text-5xl">
Michael Liendo
</h2>
<div className="mr-16 mt-8">
<div className="mr-16">
<Navbar />
</div>
</div>
Expand Down

0 comments on commit 9e59ee5

Please sign in to comment.