Skip to content

Commit bb09773

Browse files
committed
.
1 parent e365cf7 commit bb09773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/(project)/FreeTacMan/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function Home() {
7676
return (
7777
<main className="w-full overflow-hidden">
7878
{/* Landing Section with Gray Background */}
79-
<div className="lg:m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
79+
<div className="2xl:m-20 flex flex-col rounded-sm items-center px-6 bg-[#eaeaea]">
8080
<div className="flex flex-col py-20 gap-6 w-full h-full max-w-[1792px] justify-around items-center">
8181
<div className="color-text-1">
8282
<h1 className="text-4xl sm:text-5xl md:text-6xl lg:text-7xl font-bold text-center">
@@ -129,7 +129,7 @@ export default function Home() {
129129

130130

131131
<div className="w-full pl-6 pr-6 flex flex-col items-center" id="highlights">
132-
<div className="w-full flex flex-col items-center mt-24 lg:mt-4">
132+
<div className="w-full flex flex-col items-center mt-24 2xl:mt-4">
133133
<div className="w-full max-w-4xl flex flex-row justify-between">
134134
<h2 className="text-3xl font-bold">
135135
<Link

0 commit comments

Comments
 (0)