fit course headline into one line

This commit is contained in:
Benedikt Rötsch
2017-10-05 18:39:44 +02:00
committed by Benedikt Rötsch
parent 31391f7cf8
commit ad2da94e85
5 changed files with 12 additions and 3 deletions

View File

@@ -1877,7 +1877,8 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.module-higlighted-course__wrapper {
position: relative;
overflow: hidden;
max-height: 60vh;
height: 50vh;
max-height: 500px;
border-radius: 4px;
}
@@ -1946,6 +1947,7 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
color: #fff;
font-size: 4vw;
line-height: 1.3;
white-space: nowrap;
}
@media (min-width: 700px) {