diff --git a/assets/css/template.css b/assets/css/template.css index 2e674d3..260f2f1 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -53,8 +53,8 @@ body { -o-background-size: auto,cover; position: fixed; - height: 100%; - width: 100%; + height: 100vh; + width: 100vh; /* s/o coconut.jpeg */ z-index: -10000000; @@ -68,9 +68,9 @@ body { .bg{ background-position: center center, center center; - background-size: auto,100% 100vh; - background-attachment: fixed,fixed; - -webkit-background-attachment: fixed,fixed ; + background-size: auto,cover; + background-attachment: scroll,scroll; + -webkit-background-attachment: scroll,scroll ; } }