Fix text alignment and add basic styling for block quotes
This commit is contained in:
parent
14adc9fdf7
commit
d7469399ef
2 changed files with 11 additions and 0 deletions
|
@ -77,6 +77,7 @@ body, .post {
|
|||
}
|
||||
.post-body > p {
|
||||
margin: auto var(--box-margin-horz);
|
||||
align-self: stretch;
|
||||
}
|
||||
.post-title > h1 {
|
||||
margin-top: 0px;
|
||||
|
@ -116,3 +117,9 @@ body, .post {
|
|||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* TODO: Nice fancy blockquotes */
|
||||
blockquote {
|
||||
border-radius: var(--box-radius);
|
||||
padding: var(--box-padding-vert) var(--box-padding-horz);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue