fix: fix button alignment & margins on mobile Coldridge card (closes #26) #27
|
|
@ -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