responsive bug fixing 2

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-04 17:26:33 +05:00
parent 2550675130
commit 2207df3b8c

View File

@@ -12,7 +12,7 @@ export default function CarType_Header() {
return (
<div
dir="ltr"
className="w-full h-[300px] relative flex items-center justify-center "
className="w-full h-[300px] relative flex items-center justify-center max-sm:px-2"
>
{/* back image */}
<Image
@@ -31,7 +31,7 @@ export default function CarType_Header() {
>
<div
id="title"
className="text-white font-bold text-[50px] tracking-[2px]"
className="text-white font-bold text-4xl tracking-[2px]"
>
<Text txt={`${params.carType}`} />
</div>