From 4f6422cff0bc0baa37eb2884559df380db777e13 Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Sun, 23 Feb 2020 19:27:21 +0100 Subject: [PATCH] remove 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 a22be2d..a4daa11 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) {