Make about special and style
This commit is contained in:
parent
5ced2f6298
commit
51e50cd0d6
4 changed files with 40 additions and 4 deletions
|
@ -128,6 +128,13 @@ body, .post, .series {
|
|||
.post-body h2, .post-body h3, .post-body h4 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.post-body h2 {
|
||||
padding: var(--box-margin-vert) var(--box-margin-horz);
|
||||
border-radius: var(--box-radius);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-blurbs, .series-blurbs, .series-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -261,3 +268,11 @@ footer i {
|
|||
border-radius: 0.25rem;
|
||||
padding: var(--footer-padding);
|
||||
}
|
||||
|
||||
/* Formatting for special pages */
|
||||
.special-post h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.special-post h3 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue