From 20327c003427ce3e990e16b5e0e40c08316f542f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 22:52:15 +0100 Subject: [PATCH] Add comments --- 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 60e678f..fb1ca77 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -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")}}