accurator/commit

Centered background image.

authorChris Dijkshoorn
Wed Apr 20 21:41:46 2016 +0200
committerChris Dijkshoorn
Wed Apr 20 21:41:46 2016 +0200
commit5b6905c7612269b22b103bc586c9a57e7e83585c
tree5c826c171357cd926bb1fc7af921aeafce77ec0b
parent240df99a91269d0b04a4d9f152a3b5313a99bed8
Diff style: patch stat
diff --git a/web/css/accurator.css b/web/css/accurator.css
index 8947c99..921b061 100644
--- a/web/css/accurator.css
+++ b/web/css/accurator.css
@@ -77,14 +77,15 @@ Navbar
 Intro
 *******************************************************************************/
 .intro {
-	overflow-x: hidden;
-	overflow-y: hidden;
+	overflow: hidden;
 	background-color: #333;
 }
 
 .introImgBackground {
-	min-width: 125%;
-	max-width: 125%;
+	position: absolute;
+	left: -10%;
+	min-width: 120%;
+	max-width: 120%;
 }
 
 .introDivContainer {