mirror of
https://github.com/adulau/art.git
synced 2024-11-21 09:37:04 +00:00
fix padding in blockquotes
This commit is contained in:
parent
5ac81cde14
commit
61ce7c2f4b
1 changed files with 5 additions and 1 deletions
|
@ -59,6 +59,10 @@
|
|||
margin: 0 0 _size(element-margin) 0;
|
||||
}
|
||||
|
||||
blockquote > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: _palette(fg-bold);
|
||||
font-weight: _font(weight-bold);
|
||||
|
@ -170,4 +174,4 @@
|
|||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue