fix: card
All checks were successful
Deploy workflow / deploy (push) Successful in 33s

This commit is contained in:
Matthieu Bessat 2024-05-18 15:42:55 +02:00
parent bd8455770c
commit c3178fed85

View file

@ -33,9 +33,12 @@
@media (max-width: $md-breakpoint) { @media (max-width: $md-breakpoint) {
.card-link { .card-link {
flex-wrap: wrap;
justify-content: center;
.card-image { .card-image {
width: 200px; text-align: center;
height: 100%; max-width: 300px;
width: 100%;
} }
} }
} }