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

@@ -2,7 +2,8 @@
@element wrapper {
position: relative;
overflow: hidden;
max-height: 60vh;
height: 50vh;
max-height: 500px;
border-radius: var(--border-radius);
}
@@ -59,6 +60,7 @@
color: var(--color-text-dark-bg);
font-size: 4vw;
line-height: 1.3;
white-space: nowrap;
@media (--breakpoint-desktop) {
font-size: 3.25em;