|
|
|
@@ -103,7 +103,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
a.teaser .kicker:first-child + .text-box h4, a.teaser .text-box:first-child h4 { |
|
|
|
a.teaser .kicker:first-child + .text-box h4, a.teaser .text-box:first-child h4, |
|
|
|
a.teaser .kicker:first-child + .text-box h4, a.teaser .text-box:first-child .like-h4{ |
|
|
|
@include h4; |
|
|
|
text-decoration-thickness: 0.07em; |
|
|
|
margin-top: 0.4em; |
|
|
|
@@ -274,7 +275,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
h4 { |
|
|
|
h4, .like-h4 { |
|
|
|
@include h2; |
|
|
|
text-decoration-thickness: 0.07em; |
|
|
|
margin-top: 0; |
|
|
|
@@ -402,7 +403,7 @@ a:hover .reading-time { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
p:not(.author):last-child:after, div.text:last-child:after, .author:after, h4:after { |
|
|
|
p:not(.author):last-child:after, div.text:last-child:after, .author:after, h4:after, .like-h4:after { |
|
|
|
content: ""; |
|
|
|
position: relative; |
|
|
|
display: block; |
|
|
|
@@ -418,7 +419,7 @@ a:hover .reading-time { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.author, h4 { |
|
|
|
.author, h4, .like-h4 { |
|
|
|
position: relative; |
|
|
|
font-weight: 400; |
|
|
|
text-align: right; |
|
|
|
|