responsive bug fixing 2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user