diff --git a/source/css/_layout/head.styl b/source/css/_layout/head.styl index 72d3a3b..1daaa09 100644 --- a/source/css/_layout/head.styl +++ b/source/css/_layout/head.styl @@ -37,6 +37,12 @@ margin: 0 color: var(--white) font-size: 1.85em + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + overflow: hidden; + text-overflow: ellipsis; + word-break: break-word; +minWidth768() font-size: 2.85em @@ -460,4 +466,5 @@ & > :first-child opacity: 0 - transform: translateY(10px) \ No newline at end of file + + transform: translateY(10px)