- - + + {{post.title}} vom {% assign m = post.date | date: "%-m" %} diff --git a/_layouts/post.html b/_layouts/post.html index a3144e5..7b76895 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,9 +3,9 @@ layout: default --- - + {% if page.featured-image %}{% include post-featured-image.html image=page.featured-image alt=page.featured-image-alt %}{% endif %} - + {% if page.external-url %} {{ page.title }} diff --git a/_sass/main.scss b/_sass/main.scss index 273df55..3eb9646 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -57,7 +57,7 @@ a:hover { .header p { margin: 0; - padding: 0 0 0 2px; + padding: 0 0 0 4px; font: 700 14px/1 'Open Sans', sans-serif; color: #444444; } @@ -122,13 +122,17 @@ blockquote { } .single-post { - padding-top: 10rem; + padding-top: 2.5rem; } article.post:first-child { padding-top: 0; } +article.post p { + padding-left: 2px; +} + article.post header.post-header div.post-title h2 { margin-bottom: 0; }
- + {% if page.featured-image %}{% include post-featured-image.html image=page.featured-image alt=page.featured-image-alt %}{% endif %} - + {% if page.external-url %} {{ page.title }} diff --git a/_sass/main.scss b/_sass/main.scss index 273df55..3eb9646 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -57,7 +57,7 @@ a:hover { .header p { margin: 0; - padding: 0 0 0 2px; + padding: 0 0 0 4px; font: 700 14px/1 'Open Sans', sans-serif; color: #444444; } @@ -122,13 +122,17 @@ blockquote { } .single-post { - padding-top: 10rem; + padding-top: 2.5rem; } article.post:first-child { padding-top: 0; } +article.post p { + padding-left: 2px; +} + article.post header.post-header div.post-title h2 { margin-bottom: 0; }