commit | 7e505e8f0c7799c0e0d83903561fd4e882a73e32 | [log] [tgz] |
---|---|---|
author | Unknown <electrikjesus@gmail.com> | Tue Oct 02 15:40:00 2018 -0400 |
committer | Unknown <electrikjesus@gmail.com> | Tue Oct 02 15:40:00 2018 -0400 |
tree | d98f9a03ea06065bd4566d67f7566d31824bf0f6 | |
parent | 4f4e1cbe9f1253a2e60dd275316c649886491270 [diff] |
add width trick for mobile background
diff --git a/css/style.css b/css/style.css index aba0c69..2cca673 100644 --- a/css/style.css +++ b/css/style.css
@@ -15,6 +15,8 @@ background-attachment: fixed !important; /* background-position: center !important; */ background-size: cover !important; + margin-left: calc(-50vw + 50%); + margin-right: calc(-50vw + 50%); } #bg {