fix: fix button alignment & margins on mobile Coldridge card (closes #26) #27

Merged
aallard merged 1 commits from wip/fix-game-card-mobile into main 2024-10-03 15:44:40 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -49,8 +49,9 @@
@media($mobile-breakpoint) {
display: flex;
align-self: end;
align-self: center;
align-items: center;
margin-bottom: var(--space-small);
}
img {