mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-06 21:31:10 +01: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
@ -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 New Issue
Block a user