Change header_index image breakpoints

This commit is contained in:
Fred Boniface 2022-10-20 22:29:03 +01:00
parent e167317813
commit 2338bf6f79
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ body {
top: -145px; top: -145px;
} }
#header_index{background-color: #a04911} #header_index{background-color: #a04911}
@media(min-width: 100px){#header_index{background-image: url("/images/headers/index/300.webp")}} @media(min-width: 250px){#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: 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")}} @media(min-width: 501px){#header_index{background-image: url("/images/headers/index/800.webp")}}
@media(min-width: 801px){#header_index{background-image:url("/images/headers/index/1024.webp")}} @media(min-width: 801px){#header_index{background-image:url("/images/headers/index/1024.webp")}}