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

This commit is contained in:
Corentin 2024-10-03 17:37:46 +02:00
parent 24e7e362f9
commit 6b07585786
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 {