|
@@ -5,7 +5,7 @@ export const Wrapper = styled.div`
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin: 20px 0;
|
|
margin: 20px 0;
|
|
- width: 180px;
|
|
|
|
|
|
+ width: 230px;
|
|
height: 180px;
|
|
height: 180px;
|
|
`;
|
|
`;
|
|
|
|
|
|
@@ -15,8 +15,10 @@ export const PageNum = styled.div`
|
|
|
|
|
|
export const Img = styled.img`
|
|
export const Img = styled.img`
|
|
border: 1px solid ${({ theme }) => theme.colors.black38};
|
|
border: 1px solid ${({ theme }) => theme.colors.black38};
|
|
|
|
+ max-width: 200px;
|
|
|
|
+ max-height: 180px;
|
|
width: auto;
|
|
width: auto;
|
|
- height: 100%;
|
|
|
|
|
|
+ height: auto;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
`;
|
|
`;
|