Add top posts functionality
This commit is contained in:
parent
2c2a275a95
commit
3ced4c6885
3 changed files with 51 additions and 3 deletions
|
|
@ -121,11 +121,11 @@ blockquote {
|
|||
}
|
||||
|
||||
ul.blog-posts {
|
||||
list-style-type: none;
|
||||
list-style-type: disc;
|
||||
padding: unset;
|
||||
}
|
||||
ul.blog-posts li {
|
||||
display: flex;
|
||||
display: list-item;
|
||||
flex-direction: column;
|
||||
}
|
||||
ul.blog-posts li span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue