fix: homepage offset card with image styling

This commit is contained in:
RizqiSyahrendra 2025-03-03 23:17:43 +07:00
parent 698c41c0ca
commit f630dac783

View File

@ -17,7 +17,7 @@ export default function homepage({ dark = false }) {
</div> </div>
</div> </div>
<div className="relative"> <div className="relative">
<div className="w-full mt-[-200px] mb-[50px] z-[99] flex justify-center"> <div className="w-full mt-[-100px] md:mt-[-150px] lg:mt-[-100px] 2xl:mt-[-200px] mb-[50px] z-[99] flex justify-center">
<div className="bg-white h-full flex flex-col lg:flex-row flex-wrap justify-center p-4 lg:p-8 gap-3 rounded-xl shadow-xl"> <div className="bg-white h-full flex flex-col lg:flex-row flex-wrap justify-center p-4 lg:p-8 gap-3 rounded-xl shadow-xl">
<Image <Image
className="rounded-xl" className="rounded-xl"