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 {

View file

@ -1,3 +1,3 @@
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-1">
<div class="col-lg-3 col-md-3 col-sm-4">
<span class="co-nav-title-action co-fx-text-shadow" ng-transclude></span>
</div>