ソースを参照

Finished modal

feature/code-cleanup-joca
jovan.cirkovic 3年前
コミット
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;

読み込み中…
キャンセル
保存