Merge branch 'bugfix' into 'master'

fix padding in blockquotes

Closes #24

See merge request andrewbanchich/forty-jekyll-theme!7
This commit is contained in:
Andrew Banchich 2020-03-04 01:56:36 +00:00
commit 379eb6efbf
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}