fix(association): sections menu

This commit is contained in:
Matthieu Bessat 2024-03-10 23:27:47 +01:00
parent b525e02e09
commit 0ae55f47bb
11 changed files with 141 additions and 38 deletions

View file

@ -7,13 +7,16 @@
max-width: 100%;
img {
object-fit: contain;
object-fit: fit;
aspect-ratio: 1;
max-height: 60vh;
max-height: 50vh;
max-width: 100%;
}
}
.article {
}
// card in list
.article-card {
display: flex;