Skip to content

Commit

Permalink
upgrades to tailwindcss@3
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Jan 27, 2022
1 parent 59bf1aa commit 83fdbc5
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 2,667 deletions.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Link from 'next/link';

export default function Header() {
return (
<div className="bg-gray-800 mb-6">
<div className="bg-zinc-800 mb-6">
<header className="max-w-screen-lg mx-auto px-4 py-6">
<h1 className="text-white font-banner text-4xl">
<Link href="/">Ankur Oberoi</Link>
Expand Down

0 comments on commit 83fdbc5

Please sign in to comment.