diff --git a/images/headers/index/index_360.webp b/images/headers/index/index_360.webp deleted file mode 100644 index 7aa01a9..0000000 Binary files a/images/headers/index/index_360.webp and /dev/null differ diff --git a/images/headers/index/index_400.webp b/images/headers/index/index_400.webp deleted file mode 100644 index a571c76..0000000 Binary files a/images/headers/index/index_400.webp and /dev/null differ diff --git a/images/headers/index/index_480.webp b/images/headers/index/index_480.webp deleted file mode 100644 index a85acde..0000000 Binary files a/images/headers/index/index_480.webp and /dev/null differ diff --git a/images/headers/index/index_810.webp b/images/headers/index/index_810.webp deleted file mode 100644 index 1a64adb..0000000 Binary files a/images/headers/index/index_810.webp and /dev/null differ diff --git a/style/new_style.css b/style/new_style.css index dc8794c..fa3c54e 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -9,7 +9,7 @@ body { /* PAGE HEADER */ #header_image_home { background-color: rgb(29,49,49); - background-image: url("/images/headers/index/index_360.webp"); + background-image: url("/images/headers/index/index_1024.webp"); background-repeat: no-repeat; background-position: top; background-size: cover; @@ -21,10 +21,6 @@ body { position: sticky; top: -145px; } -@media(min-width: 361px){#header_image_home{background-image:url("/images/headers/index/index_400.webp")}} -@media(min-width: 401px){#header_image_home{background-image:url("/images/headers/index/index_480.webp")}} -@media(min-width: 481px){#header_image_home{background-image:url("/images/headers/index/index_810.webp")}} -@media(min-width: 811px){#header_image_home{background-image:url("/images/headers/index/index_1024.webp")}} @media(min-width: 1025px){#header_image_home{background-image:url("/images/headers/index/index_1920.webp")}} @media(min-width: 1921px){#header_image_home{background-image:url("/images/headers/index/index_2800.webp")}} @media(min-width: 2801px){#header_image_home{background-image:url("/images/headers/index/index_4096.webp")}}