2
0
mirror of https://github.com/offen/website.git synced 2024-11-25 18:20:28 +01:00

add cssmin fix

This commit is contained in:
Hendrik Niefeld 2020-02-22 21:19:44 +01:00
parent cc5b63d67a
commit 24a2d5ea21

View File

@ -339,7 +339,7 @@ GRAPHICS
} }
@media only screen and (min-width: 30.1em) and (max-width: 60em) { @media only screen and (min-width: 30.1em) and (max-width: 60em) {
#bg-intro { #bg-intro {
background-position: calc(20% + 120px) 130px; background-position: calc(20% - -120px) 130px;
} }
} }
@media only screen and (max-width: 30em) { @media only screen and (max-width: 30em) {