Чуть уменьшил логотип на маленьких экранах
This commit is contained in:
parent
b505678f89
commit
8a1114a9ec
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
Document : style
|
Document : style
|
||||||
Created on : 03.04.2014, 10:51:45
|
Created on : 03.04.2014, 10:51:45
|
||||||
Author : all4dk
|
Author : all4dk
|
||||||
|
|
@ -104,7 +104,7 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
height: 100%!important;
|
height: 100%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
border: none!important;
|
border: none!important;
|
||||||
margin-bottom: -47px!important;
|
margin-bottom: -47px!important;
|
||||||
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue