diff --git a/_layouts/home.njk b/_layouts/home.njk
index 8460892..4e5d041 100644
--- a/_layouts/home.njk
+++ b/_layouts/home.njk
@@ -34,7 +34,7 @@ lastfm: true
{{ "recent-posts" | i18n }}
{% for post in collections.post | i18n_filter(5) %}
- {{ post.data.title }} | {{ post.date.toLocaleString("en-GB", {year: 'numeric', month: '2-digit', day: '2-digit'}) }}
+ {{ post.data.title }}
{{ post.date.toLocaleString("en-GB", {year: 'numeric', month: '2-digit', day: '2-digit'}) }}
{% endfor %}
diff --git a/css/main.scss b/css/main.scss
index 78eb371..7ea9f29 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -122,7 +122,7 @@ body {
margin: 10px;
h2 {
- padding: 2px;
+ padding: 3px 6px;
margin-bottom: 4px;
border-bottom: 1px solid mp.$border;
font-family: fonts.$ll;
@@ -206,12 +206,11 @@ body {
width: 190px;
ul {
list-style: none;
- padding: 0 0 4px 0;
+ padding: 0 2px 4px 2px;
list-style: none;
text-align: center;
.date {
- vertical-align: middle;
- font-size: 0.9em;
+ font-size: 0.7em;
color: c.adjust($color: mp.$text, $lightness: -10%);
}
}