From cec1e7cdb6dcbf86dd8c0ca65ada5777582aa8ae Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 18 Mar 2021 21:59:44 +0100 Subject: Fix typo --- stylesheets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/index.css b/stylesheets/index.css index 4d250fc..a8d1fce 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -45,7 +45,7 @@ a#next-concert:hover, a#next-concert:focus { } } -@media (min-width: 2048), (min-height: 1300px) { +@media (min-width: 2048px), (min-height: 1300px) { body { background-image: url('/images/index/bg4k.jpg'); } -- cgit v1.2.3