Bring homepage Lighthouse performance to 100
All checks were successful
/ deploy (push) Successful in 46s
All checks were successful
/ deploy (push) Successful in 46s
This commit is contained in:
parent
6dbca792c0
commit
5eb81b3aca
11 changed files with 36 additions and 50 deletions
15
css/site.css
15
css/site.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue