diff --git a/source/css/_layout/head.styl b/source/css/_layout/head.styl index 1daaa09..9752d73 100644 --- a/source/css/_layout/head.styl +++ b/source/css/_layout/head.styl @@ -37,12 +37,8 @@ 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; + @extend .limit-more-line + -webkit-line-clamp: 3 +minWidth768() font-size: 2.85em @@ -468,3 +464,4 @@ opacity: 0 transform: translateY(10px) +