From 24a2d5ea21e49bd9c02f6087b0bc9dfa17c55ba5 Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Sat, 22 Feb 2020 21:19:44 +0100 Subject: [PATCH] add cssmin fix --- homepage/theme/static/css/fix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index a4daa11..a22be2d 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -339,7 +339,7 @@ GRAPHICS } @media only screen and (min-width: 30.1em) and (max-width: 60em) { #bg-intro { - background-position: calc(20% + 120px) 130px; + background-position: calc(20% - -120px) 130px; } } @media only screen and (max-width: 30em) {