responsive bug fixing 2
This commit is contained in:
@@ -12,7 +12,7 @@ export default function CarType_Header() {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
dir="ltr"
|
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 */}
|
{/* back image */}
|
||||||
<Image
|
<Image
|
||||||
@@ -31,7 +31,7 @@ export default function CarType_Header() {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
id="title"
|
id="title"
|
||||||
className="text-white font-bold text-[50px] tracking-[2px]"
|
className="text-white font-bold text-4xl tracking-[2px]"
|
||||||
>
|
>
|
||||||
<Text txt={`${params.carType}`} />
|
<Text txt={`${params.carType}`} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user