From c0e337caf0e456119bb4d54bb030455a8c8684b2 Mon Sep 17 00:00:00 2001 From: Jami Gibbs Date: Fri, 10 Jun 2016 14:38:53 -0500 Subject: [PATCH] Fixing iOS bg img blur, closes #5 --- scss/partials/_header.scss | 1 - style.css | 1 - 2 files changed, 2 deletions(-) diff --git a/scss/partials/_header.scss b/scss/partials/_header.scss index 32ed5c4..f5332eb 100644 --- a/scss/partials/_header.scss +++ b/scss/partials/_header.scss @@ -39,7 +39,6 @@ .primary-bg-image { position: relative; - background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; diff --git a/style.css b/style.css index c74d669..0ae6e04 100644 --- a/style.css +++ b/style.css @@ -222,7 +222,6 @@ input[type="submit"] { .primary-bg-image { position: relative; - background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover;