fixed linked materials display

This commit is contained in:
2021-01-20 12:13:57 +01:00
parent 37f199416f
commit 7f7cbb9c7e
2 changed files with 5 additions and 3 deletions

View File

@ -1179,10 +1179,11 @@ article.card{
}
section.linked-materials{
display: flex;
flex-flow: row;
flex-flow: row wrap;
justify-content: space-between;
>article.linkedmaterialcard{
flex-basis: 0 0 50%;
margin-bottom: 0.5em;
}
}
nav.tools{