Fix some deign issues
This commit is contained in:
parent
3ebe07d84a
commit
021ddb3cd5
1 changed files with 4 additions and 1 deletions
|
@ -85,6 +85,9 @@ a:hover {
|
||||||
.post:not(:first-child) {
|
.post:not(:first-child) {
|
||||||
margin-top: 3.6rem;
|
margin-top: 3.6rem;
|
||||||
}
|
}
|
||||||
|
.post:last-child {
|
||||||
|
margin-bottom: 3.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
.post-content a {
|
.post-content a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -118,7 +121,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .post-content {
|
.post .post-content {
|
||||||
padding-bottom: 3.6rem;
|
padding-bottom: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.single-post {
|
.single-post {
|
||||||
|
|
Loading…
Add table
Reference in a new issue