Skip to content

Commit

Permalink
Adjust comments in the cv page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschlegel committed Oct 12, 2024
1 parent a585851 commit b7e0b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/cv/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const CvPage = async () => {
<div className="min-h-screen py-12">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h1 className="mb-8">Curriculum Vitae</h1>

{/* Mobile Tabs */}
<div className="block md:hidden">
<CvTabs
Expand All @@ -208,8 +209,6 @@ const CvPage = async () => {
</div>

{/* Desktop version with grid */}

{/* Grid container */}
<div
className="hidden md:grid gap-1"
style={{
Expand Down

0 comments on commit b7e0b2a

Please sign in to comment.