Skip to content

Commit ddbce74

Browse files
authored
Merge pull request #16 from ComputerScienceHouse/hotfix/mstrodl/cleaner-banners
game-card: banner size shouldn't be huge
2 parents 56595bd + 1c0ee45 commit ddbce74

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)