keep single line, shortened tagline on desktop in compact mode
This commit is contained in:
parent
c1e0eaa830
commit
8e339a857e
1 changed files with 9 additions and 1 deletions
|
@ -216,7 +216,10 @@
|
||||||
|
|
||||||
.main-title.desktop-only p.claim,
|
.main-title.desktop-only p.claim,
|
||||||
p.claim {
|
p.claim {
|
||||||
display: none;
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
max-width: 35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// desktop
|
// desktop
|
||||||
|
@ -238,6 +241,11 @@
|
||||||
// mobile middle
|
// mobile middle
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
|
|
||||||
|
.main-title.desktop-only p.claim,
|
||||||
|
p.claim {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue