Skip to content

Commit 4afa109

Browse files
committed
Fix related posts styling
1 parent afa98ae commit 4afa109

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/_sass/_post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
.related {
6565
padding-bottom: 1rem;
6666
}
67+
.related ul, ol, dl {
68+
margin: 0px;
69+
}
6770
.related img {
6871
width: 600px;
6972
padding-bottom: 1rem;
@@ -85,6 +88,7 @@
8588
.related-title {
8689
float: right;
8790
padding-bottom: .5rem;
91+
font-family: $base-font-family;
8892
}
8993
@media (max-width: $container-width) {
9094
.related-thumbnail{

0 commit comments

Comments
 (0)