fix: add some spacing
parent
d3fe4c6b5d
commit
e56ed1ed72
|
@ -243,8 +243,11 @@ figure figcaption {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
|
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
|
.post-list-item p {
|
||||||
|
margin: 2rem 0;
|
||||||
|
}
|
||||||
.post-list-header h2 {
|
.post-list-header h2 {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
.post-list-link {
|
.post-list-link {
|
||||||
flex-basis: calc(100% - 1.5rem);
|
flex-basis: calc(100% - 1.5rem);
|
||||||
|
|
Loading…
Reference in New Issue