add readtime for posts (#622)
This commit is contained in:
parent
3f4910fde1
commit
a8332c40fd
5 changed files with 66 additions and 29 deletions
12
css/main.css
12
css/main.css
|
@ -593,6 +593,18 @@ footer .theme-by {
|
|||
}
|
||||
}
|
||||
|
||||
.reader-time {
|
||||
display: inline-block;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.reader-time {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.reader-time .middot {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
/* --- Pager --- */
|
||||
|
||||
.pager li a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue