Make main page just a list of links to posts
This commit is contained in:
parent
3423332e0f
commit
8ba7e18a99
5 changed files with 13 additions and 6 deletions
|
|
@ -52,6 +52,11 @@ blockquote {
|
|||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
.post-list-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 6fr;
|
||||
}
|
||||
|
||||
/* nav
|
||||
****************************************/
|
||||
.nav {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue