@@ -325,13 +325,14 @@ onMounted(() => {
.custom-card {
position: relative;
width: 100%;
+ height: 100%;
overflow: hidden;
background:#111214;
border-radius: 10px;
.customImg {
- min-height: 200px;
+ min-height: calc(100% - 125px);
}
.cover {