_sass/themes/_simpleton.scss in jekyll-theme-simpleton-0.5.0 vs _sass/themes/_simpleton.scss in jekyll-theme-simpleton-0.6.0

- old
+ new

@@ -1,7 +1,8 @@ @import "base/all"; +@import "components/list-style-none"; @import "layout/justified-p"; #layout { width: 100%; @@ -9,8 +10,14 @@ @include media-screen-width-breakpoints; margin: { left: auto; right: auto; + } + } + + .post-excerpt { + p { + margin: 0; } } }