item presentation images and resource name in rows

This commit is contained in:
jorge 2021-10-07 22:50:29 +02:00
parent 94f496b213
commit 53cf7f08e5
2 changed files with 15 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -128,6 +128,20 @@
// -- Modules
.media-list {
width: 100%;
background:yellow;
.resource-link {
width: 100%;
background:pink;
> * {
float: left;
clear: both;
}
}
}
.blocks {
.pannemmul-wrap {
margin: $global-margin 0;