reduce indent for lists, make block quotes align text with paragraphs
This commit is contained in:
parent
4a35ce4395
commit
72bddf3c9f
2 changed files with 5 additions and 3 deletions
|
@ -58,7 +58,8 @@ main.doc {
|
||||||
|
|
||||||
& hr,
|
& hr,
|
||||||
& pre,
|
& pre,
|
||||||
& th-literate-program {
|
& th-literate-program,
|
||||||
|
& blockquote {
|
||||||
grid-column: left-code / right-wide;
|
grid-column: left-code / right-wide;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +87,7 @@ main.doc {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-top: 0.5lh;
|
padding-top: 0.5lh;
|
||||||
padding-bottom: 0.5lh;
|
padding-bottom: 0.5lh;
|
||||||
padding-left: 3.2em;
|
padding-left: 3ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
& ul {
|
& ul {
|
||||||
|
@ -116,7 +117,8 @@ main.doc {
|
||||||
|
|
||||||
& blockquote {
|
& blockquote {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: var(--code-block-h-padding);
|
padding: 0.5lh var(--code-block-h-padding);
|
||||||
|
margin-left: -0.4rem;
|
||||||
|
|
||||||
& :first-child {
|
& :first-child {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
BIN
static/sticker/vodkacat.png
Normal file
BIN
static/sticker/vodkacat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
Loading…
Add table
Add a link
Reference in a new issue