feat(subtitle): add subtitle for posts (#171)
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
.single-subtitle {
|
||||
margin: .4rem 0;
|
||||
font-size: 1.2rem;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
font-size: .875rem;
|
||||
color: $global-font-secondary-color;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.special {
|
||||
.single-title {
|
||||
.single-title, .single-subtitle {
|
||||
text-align: right;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user