mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Fix margin for blockquote children
This commit is contained in:
@@ -53,6 +53,10 @@ blockquote {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
blockquote :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: var(--font-monospace);
|
||||
font-size: var(--code-font-size);
|
||||
|
||||
Reference in New Issue
Block a user