| @@ -156,6 +156,8 @@ export const OfferDescriptionText = styled(Box)` | |||
| @media screen and (max-width: 600px) { | |||
| font-size: 14px; | |||
| height: 85px; | |||
| overflow-y: scroll; | |||
| } | |||
| `; | |||
| export const OfferDescription = styled(Box)` | |||
| @@ -198,8 +200,6 @@ export const Details = styled(Box)` | |||
| display: flex; | |||
| flex-direction: column; | |||
| gap: 12px; | |||
| /* height: 300px; | |||
| overflow-y: scroll; */ | |||
| @media screen and (max-width: 600px) { | |||
| margin-top: 15px; | |||