redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 20327c0034 - Show all commits

View File

@ -27,7 +27,7 @@ body {
position: sticky;
top: -145px;
}
#header_index{background-color: #a04911}
#header_index{background-color: #a04911} /* Try using image-set() here to offer different formats, also try moving to HTML picture element */
@media(min-width: 50px){#header_index{background-image: url("/images/headers/index/300.webp")}}
@media(min-width: 301px){#header_index{background-image: url("/images/headers/index/500.webp")}}
@media(min-width: 501px){#header_index{background-image: url("/images/headers/index/800.webp")}}