diff --git a/_assets/css/critical.scss b/_assets/css/critical.scss
index b4c790b..e94bcfe 100644
--- a/_assets/css/critical.scss
+++ b/_assets/css/critical.scss
@@ -125,7 +125,7 @@ ul.list-unstyled li {
// limit width of article to optimise reading experience
@include media-breakpoint-up(md) {
- article, .index, .category {
+ .reading-optimised {
width: 550px;
margin-left: auto;
margin-right: auto;
diff --git a/_layouts/categories.html b/_layouts/categories.html
index 8b9ef72..0ac84ca 100644
--- a/_layouts/categories.html
+++ b/_layouts/categories.html
@@ -2,29 +2,31 @@
layout: default
---
-{{ content }}
-
- {% assign categories = page.categories | split:',' %}
- {% assign posts = site.categories[categories.first] %}
- {% for category in categories %}
- {% if category != categories.first %}
- {% assign posts = site.categories[category] | concat: posts %}
- {% endif %}
- {% endfor %}
- {% assign posts = posts | sort: 'date' | reverse %}
- {% for post in posts %}
- -
-
-
-
- • {% include reading-time.html content=post.content %}
-
+
+ {{ content }}
+
+ {% assign categories = page.categories | split:',' %}
+ {% assign posts = site.categories[categories.first] %}
+ {% for category in categories %}
+ {% if category != categories.first %}
+ {% assign posts = site.categories[category] | concat: posts %}
+ {% endif %}
+ {% endfor %}
+ {% assign posts = posts | sort: 'date' | reverse %}
+ {% for post in posts %}
+ -
+
+
+
+ • {% include reading-time.html content=post.content %}
+
-
- {{ post.title }}
-
-
- {% endfor %}
-
+
+ {{ post.title }}
+
+
+ {% endfor %}
+
+
diff --git a/_layouts/category.html b/_layouts/category.html
index 59f94d4..746a0b8 100644
--- a/_layouts/category.html
+++ b/_layouts/category.html
@@ -1,7 +1,8 @@
---
layout: default
---
-
+
+
{{ content }}
{% for post in site.categories[page.category] %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 59ae4a3..38965a4 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,7 +1,8 @@
---
layout: default
---
-
+
+