loadmore on events page

This commit is contained in:
infeeeee
2019-10-08 16:16:37 +02:00
parent b4249a2819
commit dc5fe103c8
5 changed files with 94 additions and 81 deletions

View File

@@ -1677,7 +1677,7 @@ body.category.category-esemeny {
height: 85vw;
max-height: calc(50vw + 180px);
.thumbnailwrapper {
height: 50vw;
// height: 50vw;
img {
width: 100%;
height: 100%;
@@ -1827,6 +1827,13 @@ body.category.category-esemeny {
}
}
}
/* ---------------------- loadmore on desktop on events --------------------- */
.misha_loadmore{
width: calc(50vw - #{$h-unit-4} - #{$h-unit-2});
max-width: unset;
}
}
}
}