update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit 53cf7f08e5 - Show all commits

File diff suppressed because one or more lines are too long

View File

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