We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d42ded commit e9ff075Copy full SHA for e9ff075
_sass/_page.scss
@@ -15,9 +15,6 @@ body {
15
}
16
17
.entry-content {
18
- overflow: hidden;
19
- height: 12.5em;
20
-
21
@include font-size(16);
22
// Dotted line underlines for links
23
p > a,
@@ -408,6 +405,10 @@ header .entry-meta {
408
405
padding: 20px;
409
406
410
407
+ .entry-content {
+ overflow: hidden;
+ height: 12.5em;
411
+ }
412
413
.entry-image-index {
414
height: 180px;
0 commit comments