keep single line, shortened tagline on desktop in compact mode

This commit is contained in:
Andreas Gohr 2019-03-12 11:06:54 +01:00
commit 8e339a857e

View file

@ -216,7 +216,10 @@
.main-title.desktop-only p.claim,
p.claim {
display: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 35em;
}
// desktop
@ -238,6 +241,11 @@
// mobile middle
@media @screen_max-md {
.main-title.desktop-only p.claim,
p.claim {
display: none;
}
.logo {
display: block;
position: absolute;