Skip to content

Commit 1c0ee45

Browse files
committed
game-card: banner size shouldn't be huge
1 parent 56595bd commit 1c0ee45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/static/css/devcade.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ img.header {
251251
height: 200px;
252252
padding: 0.5em 5px;
253253
border-radius: 10px;
254+
background-size: cover;
254255
}
255256

256257
.game-icon {
@@ -407,4 +408,4 @@ a:hover {
407408
display: flex !important;
408409
width: unset;
409410
}
410-
}
411+
}

0 commit comments

Comments
 (0)