implemented card gallery for lists

This commit is contained in:
Nuno Coração
2022-11-05 15:11:20 +00:00
parent d2dcbf8830
commit f2d3ff1572
16 changed files with 430 additions and 107 deletions

View File

@@ -347,6 +347,13 @@ body:has(#menu-controller:checked) {
background-position:center;
}
.thumbnail_card {
height: 300px;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.single_hero_basic {
background-repeat:no-repeat;
background-size:cover;