grand chambery: force title height to fit two lines (#37786)

This commit is contained in:
Frédéric Péters 2019-11-27 17:30:42 +01:00
parent 26765faa13
commit 10f72510b9
1 changed files with 5 additions and 0 deletions

View File

@ -301,6 +301,11 @@ div#main-content-wrapper {
padding-left: 0;
font-weight: bold;
padding-top: 5px;
min-height: 3.5rem;
padding-bottom: 0;
@media screen and (max-width: $mobile-limit) {
min-height: 2.5rem;
}
}
&.foldable h2::after {
background: url(img/unfold.png) top right no-repeat;