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) {
.card-link {
flex-wrap: wrap;
justify-content: center;
.card-image {
width: 200px;
height: 100%;
text-align: center;
max-width: 300px;
width: 100%;
}
}
}