From d05fc7b4f81055a3c8e29380cac26031ec4add78 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 18 Jun 2015 23:21:39 +0300 Subject: [PATCH] push --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2f45927..bdcf249 100644 --- a/index.html +++ b/index.html @@ -121,10 +121,10 @@ a:focus { height: 100%; color: #fff; background-image: url('background.jpg'); - -webkit-background-size: 100%; - -moz-background-size: 100%; - -o-background-size: 100%; - background-size: 100%; + -webkit-background-size: 500px; + -moz-background-size: 500px; + -o-background-size: 500px; + background-size: 500px; background-position: -120px; }