fix(association): sections menu
This commit is contained in:
parent
b525e02e09
commit
0ae55f47bb
11 changed files with 141 additions and 38 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue