|
@@ -79,8 +79,10 @@ export default {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
border: 4px solid rgba(245, 246, 247, 1);
|
|
border: 4px solid rgba(245, 246, 247, 1);
|
|
img {
|
|
img {
|
|
- width: 100%;
|
|
|
|
-
|
|
|
|
|
|
+ max-width: 100%;
|
|
|
|
+ max-height: 100%;
|
|
|
|
+ display: block;
|
|
|
|
+ margin: auto;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -101,7 +103,7 @@ export default {
|
|
flex: 1;
|
|
flex: 1;
|
|
background: rgba(245, 246, 247, 1);
|
|
background: rgba(245, 246, 247, 1);
|
|
border-radius: 0px 0px 4px 0px;
|
|
border-radius: 0px 0px 4px 0px;
|
|
- padding: 20px 50px;
|
|
|
|
|
|
+ padding: 60px 50px;
|
|
margin: auto auto;
|
|
margin: auto auto;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|