Bring homepage Lighthouse performance to 100
All checks were successful
/ deploy (push) Successful in 46s

This commit is contained in:
Loyyd 2026-07-10 13:37:39 +02:00
parent 6dbca792c0
commit 5eb81b3aca
11 changed files with 36 additions and 50 deletions

View file

@ -7,6 +7,21 @@ body.custom-background { background-color: #ffffff; }
max-width: 100%; /* Prevent the image from exceeding container width */
}
#branding > picture {
display: block;
}
#branding > picture + #header-container {
position: absolute;
inset: 0;
height: 100%;
}
.column-image picture {
display: block;
width: 100%;
}
/* Mobile-specific fix for the header image */
@media (max-width: 768px) {
#bg_image {