Skip to content

Commit afd152e

Browse files
Add single post/page style
1 parent db316f5 commit afd152e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assets/scss/supporting/single.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/* ## Single Post/Page
2+
----------------------------------------------------------------------------- */
3+
.entry {
4+
.entry-meta {
5+
@extend .text-muted;
6+
}
7+
.entry-footer {
8+
.entry-meta {
9+
margin-bottom: 0;
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)