Чуть уменьшил логотип на маленьких экранах

This commit is contained in:
Krivchikov Dmitry 2015-03-09 20:57:10 +03:00
parent b505678f89
commit 8a1114a9ec
1 changed files with 9 additions and 2 deletions

View File

@ -139,3 +139,10 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
height: 69px; height: 69px;
} }
} }
@media screen and (max-width:640px) {
div.header a img {
width: 100px;
height: 60px;
}
}