fix: fix button alignment & margins on mobile Coldridge card (closes #26)
This commit is contained in:
parent
24e7e362f9
commit
6b07585786
|
|
@ -49,8 +49,9 @@
|
|||
|
||||
@media($mobile-breakpoint) {
|
||||
display: flex;
|
||||
align-self: end;
|
||||
align-self: center;
|
||||
align-items: center;
|
||||
margin-bottom: var(--space-small);
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue