Skip to content

Commit

Permalink
feat: add section divider
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed Feb 12, 2024
1 parent fce6235 commit 87148cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import { ThemeToggle } from '@/components/theme-toggle';
const Home = () => {
return (
<>
<div className="container">
<div className="container flex flex-col items-center">
<Intro />
<div className="bg-secondary h-16 w-1 rounded-full" />
</div>
<div className="fixed bottom-5 right-5 sm:bottom-8 sm:right-8">
<ThemeToggle />
Expand Down

0 comments on commit 87148cf

Please sign in to comment.