Hero images for articles

This commit is contained in:
Nuno Coração
2022-10-15 16:20:41 +01:00
parent c2d01e5dbe
commit 753d821cef
23 changed files with 52 additions and 12 deletions

View File

@@ -347,6 +347,12 @@ body:has(#menu-controller:checked) {
background-position:center;
}
.single_hero {
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.thumbnailshadow {
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
}