Fix some deign issues

This commit is contained in:
Nico Jensen 2021-06-21 19:21:21 +02:00
parent 3ebe07d84a
commit 021ddb3cd5

View file

@ -85,6 +85,9 @@ a:hover {
.post:not(:first-child) {
margin-top: 3.6rem;
}
.post:last-child {
margin-bottom: 3.6rem;
}
.post-content a {
font-weight: 600;
@ -118,7 +121,7 @@ blockquote {
}
.post .post-content {
padding-bottom: 3.6rem;
padding-bottom: 0.1rem;
}
.single-post {