|
@@ -59,7 +59,7 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.mta-card-lv3 {
|
|
.mta-card-lv3 {
|
|
- padding: 60px 0 60px 0;
|
|
|
|
|
|
+ padding: 100px 0 100px 0;
|
|
|
|
|
|
.mta-card-content-pc {
|
|
.mta-card-content-pc {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -67,8 +67,9 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
|
|
img {
|
|
img {
|
|
- width: 480px;
|
|
|
|
- height: 370px;
|
|
|
|
|
|
+ max-width: 100%;
|
|
|
|
+ height: auto;
|
|
|
|
+ flex-shrink: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|