_sass/hamilton/base.scss in jekyll-theme-hamilton-0.1.2 vs _sass/hamilton/base.scss in jekyll-theme-hamilton-0.2.0
- old
+ new
@@ -99,12 +99,10 @@
/**
* Blockquotes
*/
blockquote {
border-left: 0.3em solid;
- padding-left: $spacing-unit / 2;
- padding-top: $spacing-unit / 4;
- padding-bottom: $spacing-unit / 4;
+ padding: $spacing-unit;
font-style: italic;
> :last-child {
margin-bottom: 0;
}