diff --git a/src/pages/GCG.vue b/src/pages/GCG.vue index 3de27a30..477474dc 100644 --- a/src/pages/GCG.vue +++ b/src/pages/GCG.vue @@ -175,6 +175,11 @@ async function searchCard() { z-index: -1; } +.GCG-cover img { + height: 240px; + width: auto; +} + .GCG-grid :hover { cursor: pointer; }