Skip to content

Commit

Permalink
Update utilities.css
Browse files Browse the repository at this point in the history
  • Loading branch information
im-aeo authored Feb 1, 2024
1 parent 361f536 commit abca3c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/assets/css/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
box-shadow: 0 1px 1px rgb(0, 0, 0, 0.2);
}

.game-thumbnail {
border-radius: var(--rounded-md);
box-shadow: 0 1px 1px rgb(0, 0, 0, 0.2);
height: 160px;
}

.game-thumbnail img {
width: auto;
object-fit: cover;
}

.vertical-align-middle {
vertical-align: middle !important;
margin-top: -2px;
Expand Down

0 comments on commit abca3c3

Please sign in to comment.