commit cec1e7cdb6dcbf86dd8c0ca65ada5777582aa8ae parent 39ff29842f18ec8a259fcb60ae4a45fe5a6b3876 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Thu, 18 Mar 2021 21:59:44 +0100 Fix typo Diffstat:
| M | stylesheets/index.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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'); }