updates to the homepage background setup

This commit is contained in:
Nuno Coração
2022-11-06 00:15:29 +00:00
parent 642db32def
commit 8f588f5175
6 changed files with 14 additions and 8 deletions

View File

@@ -1743,6 +1743,10 @@ select {
max-width: 65ch;
}
.max-w-\[1600px\] {
max-width: 1600px;
}
.max-w-3xl {
max-width: 48rem;
}
@@ -3065,7 +3069,7 @@ body:has(#menu-controller:checked) {
}
.thumbnail_card {
height: 300px;
height: 250px;
background-repeat:no-repeat;
background-size:cover;
background-position:center;