fix(articles): fix style

This commit is contained in:
Matthieu Bessat 2024-03-15 23:27:14 +01:00
parent 70d9b32db4
commit e2d5ae3db2
4 changed files with 16 additions and 6 deletions

View file

@ -135,5 +135,14 @@
width: 100%;
}
}
}
@media (max-width: $md-breakpoint) {
.article__featured-image {
margin: 0;
margin-top: 1rem;
img {
aspect-ratio: initial;
}
}
}