Просмотр исходного кода

Finished modal

feature/code-cleanup-joca
jovan.cirkovic 3 лет назад
Родитель
Сommit
51fd398770
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      src/components/Cards/ItemDetailsCard/ItemDetailsCard.styled.js

+ 2
- 2
src/components/Cards/ItemDetailsCard/ItemDetailsCard.styled.js Просмотреть файл

@@ -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;

Загрузка…
Отмена
Сохранить