commit | 237cd1253daf864dd922483d4182b67d78e32219 | [log] [tgz] |
---|---|---|
author | Unknown <electrikjesus@gmail.com> | Tue Oct 02 17:42:03 2018 -0400 |
committer | Unknown <electrikjesus@gmail.com> | Tue Oct 02 17:42:03 2018 -0400 |
tree | 896ac72e457af6e58a2952354bd933487f9af099 | |
parent | 7e505e8f0c7799c0e0d83903561fd4e882a73e32 [diff] |
Switch to background-width: contain
diff --git a/css/style.css b/css/style.css index 2cca673..bb09c98 100644 --- a/css/style.css +++ b/css/style.css
@@ -14,7 +14,8 @@ background-repeat: no-repeat; background-attachment: fixed !important; /* background-position: center !important; */ - background-size: cover !important; + /* background-size: cover !important; */ + background-width: contain !important; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }