Skip to content

Commit ee4c161

Browse files
committed
fix: no horizontal scroll on mobile
1 parent fa31f06 commit ee4c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export default function Landing() {
352352
/>
353353
</div>
354354
<div className="order-5 col-span-1 grid md:order-7 md:col-span-2">
355-
<p className="theme-highlight absolute z-10 -mt-2 -ml-48 rounded-3xl rounded-bl-none px-8 py-2 text-center font-horizon text-xl uppercase transition-transform duration-300 hover:scale-110 hover:cursor-pointer md:-ml-40 md:text-2xl lg:-ml-36 lg:text-3xl xl:text-4xl">
355+
<p className="theme-highlight absolute z-10 -mt-2 -ml-56 rounded-3xl rounded-bl-none px-8 py-2 text-center font-horizon text-lg uppercase transition-transform duration-300 hover:scale-110 hover:cursor-pointer md:-ml-40 md:text-2xl lg:-ml-36 lg:text-3xl xl:text-4xl">
356356
<FaArrowTurnDown className="inline -scale-x-100 opacity-90" />
357357
&emsp;OUR RESEARCH
358358
</p>

0 commit comments

Comments
 (0)