From 2338bf6f793242fc712524cbf434430d2b50a399 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 22:29:03 +0100 Subject: [PATCH] Change header_index image breakpoints --- style/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/new_style.css b/style/new_style.css index 4d4651f..aef9e51 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -28,7 +28,7 @@ body { top: -145px; } #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: 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")}}