fixed margin in lists and added show cards

This commit is contained in:
Nuno Coração
2022-10-02 17:03:09 +01:00
parent afd5d3508b
commit 45a62c3507
300 changed files with 15024 additions and 67 deletions

View File

@@ -345,7 +345,10 @@ body:has(#menu-controller:checked) {
background-repeat:no-repeat;
background-size:cover;
background-position:center;
box-shadow: 10px 10px 30px 2px rgba(0, 0, 0, 0.6);
}
.thumbnailshadow {
box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3);
}
@screen sm {
@@ -361,7 +364,8 @@ body:has(#menu-controller:checked) {
@screen md {
.thumbnail {
min-width: 300px;
height: 180px;
min-height: 180px;
height: auto;
}
.article {
flex-wrap: nowrap;