diff --git a/index.html b/index.html
index bdcf249..77c203e 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: 500px;
- -moz-background-size: 500px;
- -o-background-size: 500px;
- background-size: 500px;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
background-position: -120px;
}
@@ -361,7 +361,6 @@ margin:0 0 20px;
line-height:1.5/;
}
#intro{
-background-size:35px 35px;
background-position: left;
}
#icon {