responsive bug fixing
This commit is contained in:
@@ -12,14 +12,14 @@ export default function Offer() {
|
||||
</div>
|
||||
|
||||
{/* body */}
|
||||
<div className="flex max-[1200px]:flex-wrap items-start justify-end max-w-[1200px] w-full mx-auto">
|
||||
<div className="flex max-[1200px]:flex-wrap max-[1200px]:justify-center items-start justify-end max-w-[1200px] w-full mx-auto">
|
||||
<Image
|
||||
src={Ekskavator_offer}
|
||||
alt="Ekskavator image"
|
||||
className="max-[1200px]:flex hidden w-[700px] "
|
||||
/>
|
||||
|
||||
<div className="flex flex-col items-end text-left justify-end gap-5 text-gray-500 max-w-[500px] w-full min-w-[600px] ">
|
||||
<div className="flex flex-col px-4 items-end text-left justify-end gap-5 text-gray-500 max-w-[1000px] w-full ">
|
||||
<div className="text-[16px] leading-[30px]">
|
||||
<Text txt="about-p" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user