diff --git a/assets/css/template.css b/assets/css/template.css index ddc8973..26b7d98 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -52,13 +52,9 @@ body { body{ background-position: center center, center center; - background-size: auto,cover; + background-size: auto,100vh 100vh; background-attachment: fixed,fixed; -webkit-background-attachment: fixed,fixed ; - -webkit-transform: translateZ(0); - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; z-index: 0; } }