Положение заголовка на маленьких экранах - теперь абсолютное

This commit is contained in:
Krivchikov Dmitry 2015-12-07 00:27:54 +03:00
parent 74209340f5
commit c6d599a17a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ div#control {position: fixed; z-index: 1000;}
@media screen and (max-width:815px) {
.pagePoinsNearCards {display: inline-block; width: 120px; height: 90px; overflow: hidden;}
.pagePoinsNearCardsImg {width: 120px; height: 90px;}
nav.navbar-fixed-top {position: absolute;}
}
@media screen and (max-width:640px) {