mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Enhance post header (#100)
- show calendar icon for 'posted date' - show 'reading time'
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
24c0c2fcc1
commit
11c0108323
@@ -23,6 +23,21 @@
|
||||
margin-top: 4.0rem;
|
||||
}
|
||||
}
|
||||
.post {
|
||||
.post-title {
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
.post-meta {
|
||||
.posted-on {
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
.reading-time {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.avatar img{
|
||||
|
||||
Reference in New Issue
Block a user