fit course headline into one line
This commit is contained in:
committed by
Benedikt Rötsch
parent
31391f7cf8
commit
ad2da94e85
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user