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
Showing only changes of commit 6b07585786 - Show all commits

View File

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