_sass/blog/_layout.scss in jekyll-theme-simple-blog-0.0.1 vs _sass/blog/_layout.scss in jekyll-theme-simple-blog-0.0.2

- old
+ new

@@ -42,11 +42,11 @@ color: $text-color; line-height: $base-line-height; // Gaps between nav items, but not on the last one &:not(:last-child) { - margin-right: 20px; + margin-right: 20px; } } @include media-query($on-palm) { position: absolute; @@ -98,10 +98,14 @@ padding: 10px 10px; &:last-child { margin-bottom: 10px; } + //Gaps between nav items, but not on the last one + &:not(:last-child) { + margin-right: 10px; + } margin-right: 10px; margin-left: 10px; } } @@ -110,14 +114,15 @@ /** * Post list */ .post-list { margin-left: 0; + padding: 0; list-style: none; > li { - margin-bottom: $spacing-unit * 1.5; + margin-bottom: $spacing-unit * 1.1; } > li > h2 { margin-top: 0rem; margin-bottom: 0.4rem; @@ -132,9 +137,21 @@ } .post-meta { font-size: $small-font-size; color: $grey-color; + padding: 25px 0px 35px 0px; +} + +.post-meta-list { + font-size: $small-font-size; + color: $grey-color; + padding-bottom: 10px; +} + +.post-tag-list { + margin-bottom: 5px; + line-height: 2.1em; } .post-link { display: block; @include relative-font-size(1.5);