Skip to content

Commit

Permalink
Updated headsection and techstack
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe committed Nov 16, 2024
1 parent d26086c commit 5f08bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LandingComp/HeadSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const HeadSection: React.FC = () => {
<>
<Navbar isDisplay={true} />
<section className="w-full flex items-center justify-center px-4 sm:px-10 md:px-8 lg:px-6 mt-20 sm:mt-10">
<div className="px-4 sm:px-6 md:px-8 space-y-4 sm:space-y-8 md:space-y-10 lg:space-y-12 max-w-6xl mx-auto flex flex-col items-center justify-center">
<div className="sm:px-6 md:px-8 space-y-4 sm:space-y-8 md:space-y-10 lg:space-y-12 max-w-6xl mx-auto flex flex-col items-center justify-center">
<div className="flex flex-col lg:flex-row justify-center items-center gap-6 sm:gap-8 md:gap-10 lg:gap-12 w-full">

{/* Text Section */}
Expand Down
2 changes: 1 addition & 1 deletion src/components/LandingComp/TechStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Stack = () => {
];
return (
<section className="w-full pt-12">
<div className="container grid grid-cols-1 lg:grid-cols-2 items-center gap-8 px-6 sm:px-16 md:px-24 lg:px-16 xl:px-24 max-w-7xl ">
<div className="container grid grid-cols-1 lg:grid-cols-2 items-center gap-8 px-4 sm:px-16 md:px-24 lg:px-16 xl:px-24 max-w-7xl ">

{/* Left Side (Text Content) */}
<div className="space-y-6 text-left ">
Expand Down

0 comments on commit 5f08bf3

Please sign in to comment.