commit | ebf3b8ec9e4ce29fc1a91418f2ca07f2ecdb62b2 | [log] [tgz] |
---|---|---|
author | Unknown <electrikjesus@gmail.com> | Tue Oct 02 10:56:52 2018 -0400 |
committer | Unknown <electrikjesus@gmail.com> | Tue Oct 02 11:05:22 2018 -0400 |
tree | a668322113413fa7a5df7a7bc934dc7bbdc0db5a | |
parent | ca943418d7b79bb722f2a39fe2a73065ae943c2e [diff] [blame] |
Fix mobile background
diff --git a/css/style.css b/css/style.css index 300b3a5..74292f9 100644 --- a/css/style.css +++ b/css/style.css
@@ -10,7 +10,10 @@ -moz-background-size: cover; -o-background-size: cover; background-size: cover; - + /* Preserve aspet ratio */ + min-width: 100%; + min-height: 100%; + background-attachment: fixed; } #bg {