mirror of
https://github.com/adulau/art.git
synced 2024-11-21 09:37:04 +00:00
Merge branch 'bugfix' into 'master'
fix padding in blockquotes Closes #24 See merge request andrewbanchich/forty-jekyll-theme!7
This commit is contained in:
commit
379eb6efbf
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