This commit is contained in:
mathias 2015-06-18 23:24:19 +03:00
parent d05fc7b4f8
commit bb683fee47

View file

@ -121,10 +121,10 @@ a:focus {
height: 100%; height: 100%;
color: #fff; color: #fff;
background-image: url('background.jpg'); background-image: url('background.jpg');
-webkit-background-size: 500px; -webkit-background-size: cover;
-moz-background-size: 500px; -moz-background-size: cover;
-o-background-size: 500px; -o-background-size: cover;
background-size: 500px; background-size: cover;
background-position: -120px; background-position: -120px;
} }
@ -361,7 +361,6 @@ margin:0 0 20px;
line-height:1.5/; line-height:1.5/;
} }
#intro{ #intro{
background-size:35px 35px;
background-position: left; background-position: left;
} }
#icon { #icon {