We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1369f38 commit 5182508Copy full SHA for 5182508
packages/ui/components/sponsor/MeritCard.vue
@@ -41,7 +41,8 @@ const props = defineProps<MeritProps>()
41
}
42
43
.image {
44
- text-align: center;
+ width: 100%;
45
+ height: auto;
46
47
48
.merit-item {
@@ -80,11 +81,13 @@ const props = defineProps<MeritProps>()
80
81
.merit-card {
82
width: 343px;
83
height: 228px;
84
+ padding-bottom: 0;
85
86
87
88
margin: 0 auto;
- width: 343px;
89
90
+ height: 100%;
91
display: flex;
92
justify-content: center;
93
0 commit comments