ul/blockquote style refactors

This commit is contained in:
David Eisinger
2023-06-02 09:58:51 -04:00
parent fc7598397b
commit 982b188a9c

View File

@@ -41,23 +41,19 @@ ul {
p { p {
text-indent: 0; text-indent: 0;
}
p:first-child { &:first-child {
text-indent: -2ch; text-indent: -2ch;
}
} }
} }
} }
blockquote { blockquote {
margin: 0 2ch 0 0;
font-style: italic;
border-left: 1ch solid #ddd; border-left: 1ch solid #ddd;
font-style: italic;
p { margin: 0;
width: 100%; padding-left: 1ch;
margin-left: 1ch;
}
} }
header, #content, footer { header, #content, footer {