Skip to content

Commit

Permalink
better header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh898 committed Nov 26, 2024
1 parent c1b7740 commit 506ce6c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@ import { Button } from "@/components/ui/button";
const Header = () => {
return (
<>
<header className="mb-12 flex items-center justify-between">
<h1 className="text-3xl font-bold tracking-tighter sm:text-5xl">
Sai Santosh Kottakota
</h1>
<nav className="flex space-x-4">
<header className="mb-6 flex flex-col sm:flex-row sm:items-start items-center justify-between">
<div className="text-center sm:text-left">
<h1 className="text-3xl font-bold tracking-tighter sm:text-5xl mb-2">
Sai Santosh Kottakota
</h1>
<h2 className="mb-4 text-2xl font-semibold tracking-tight">
Tech Lead
</h2>
</div>

<nav className="flex space-x-4 mt-4 sm:mt-0">
<TooltipProvider>
{[
{
Expand Down Expand Up @@ -62,9 +68,6 @@ const Header = () => {
</header>

<section className="mb-12">
<h2 className="mb-4 text-2xl font-semibold tracking-tight">
Tech Lead
</h2>
<p className="max-w-2xl text-gray-300">
Experienced Tech Lead with expertise in modern web technologies.
Passionate about creating efficient, scalable, and innovative
Expand Down

0 comments on commit 506ce6c

Please sign in to comment.