Improve blog page
This commit is contained in:
parent
7dcb0168a1
commit
c37c50955a
3 changed files with 26 additions and 2 deletions
|
|
@ -248,3 +248,20 @@ p:first-of-type {
|
|||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.post-list {
|
||||
list-style-type: none;
|
||||
margin: 4rem 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
.post-list li:not(:last-of-type) {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.post-list h2 {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.post-list small {
|
||||
display: block;
|
||||
opacity: 0.8;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue