Skip to content

Commit

Permalink
fix: 🐛 update tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
vanntile committed Dec 11, 2021
1 parent cdbba17 commit 09b79c5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 311 deletions.
2 changes: 1 addition & 1 deletion components/AnimatedHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const AnimatedHeader: React.FC = () => (
<span className="pt-2 overflow-x-hidden whitespace-nowrap text-brand-accent">
vanntile <span className="text-3xl md:text-5xl">👋</span>
</span>
<span className="after:content-[''] after:block after:absolute after:w-2 after:h-full after:bg-gray-100 after:animate-cursor absolute left-0 inline-block w-full bg-gray-900 -bottom-0 -top-1 animate-type will-change"></span>
<span className="after:content-[''] [font-family:monospace] after:block after:absolute after:w-2 after:h-full after:bg-gray-100 after:animate-cursor absolute left-0 inline-block w-full bg-gray-900 -bottom-0 -top-1 animate-type will-change"></span>
</span>
</h1>
)
Expand Down
Loading

0 comments on commit 09b79c5

Please sign in to comment.