Skip to content

Commit e9ff075

Browse files
committedOct 7, 2018
move size config to post-index only
1 parent 6d42ded commit e9ff075

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

Diff for: ‎_sass/_page.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ body {
1515
}
1616
}
1717
.entry-content {
18-
overflow: hidden;
19-
height: 12.5em;
20-
2118
@include font-size(16);
2219
// Dotted line underlines for links
2320
p > a,
@@ -408,6 +405,10 @@ header .entry-meta {
408405
padding: 20px;
409406
}
410407
}
408+
.entry-content {
409+
overflow: hidden;
410+
height: 12.5em;
411+
}
411412
}
412413
.entry-image-index {
413414
height: 180px;

0 commit comments

Comments
 (0)
Please sign in to comment.