Better handling of title actions on mobile devices

This commit is contained in:
Joseph Schorr 2015-04-17 12:27:25 -04:00
parent dca6b93592
commit e381d8cc81
2 changed files with 9 additions and 2 deletions

View file

@ -41,8 +41,15 @@
}
.co-nav-title {
height: 70px;
margin-top: -22px;
height: 70px;
}
@media (max-width: 767px) {
.co-nav-title {
height: auto;
min-height: 70px;
}
}
.co-nav-title .co-nav-title-content {