Compare commits

..

2 Commits

1 changed files with 2 additions and 1 deletions

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 {