mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-09-01 04:04:49 -04:00
Add related posts to post.html _layout
This commit is contained in:
@ -279,6 +279,29 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
.read-more-list {
|
||||
border-top: solid 1px lighten(@base-color,60);
|
||||
}
|
||||
.list-item {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
h4 {
|
||||
.font-rem(18);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
span {
|
||||
display: block;
|
||||
.font-rem(14);
|
||||
color: lighten(@base-color,50);
|
||||
}
|
||||
@media @medium {
|
||||
width: 49%;
|
||||
float: left;
|
||||
&:nth-child(2) {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Post Index
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user