Skip to content

Commit 5182508

Browse files
committed
fix: 個人スポンサーの画像スタイルを修正
1 parent 1369f38 commit 5182508

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/ui/components/sponsor/MeritCard.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const props = defineProps<MeritProps>()
4141
}
4242
4343
.image {
44-
text-align: center;
44+
width: 100%;
45+
height: auto;
4546
}
4647
4748
.merit-item {
@@ -80,11 +81,13 @@ const props = defineProps<MeritProps>()
8081
.merit-card {
8182
width: 343px;
8283
height: 228px;
84+
padding-bottom: 0;
8385
}
8486
8587
.image {
8688
margin: 0 auto;
87-
width: 343px;
89+
width: 100%;
90+
height: 100%;
8891
display: flex;
8992
justify-content: center;
9093
}

0 commit comments

Comments
 (0)