diff --git a/src/pages/illustrations.html b/src/pages/illustrations.html
index fb456bd7e..27faec0db 100644
--- a/src/pages/illustrations.html
+++ b/src/pages/illustrations.html
@@ -14,45 +14,48 @@ illustrations = illustrations | push: illustration %} {% endif %} {% endfor %} {
{{ first_illustration }}
-
-
-
-
-
Primary color
-
- {% for color in site.colors %}
-
-
-
- {% endfor %}
-
+
+
+
+
+
+
Primary color
+
+ {% for color in site.colors %}
+
+
+
+ {% endfor %}
+
-
Skin color
-
- {% for color in site.skin-colors %}
-
-
-
- {% endfor %}
-
+
Skin color
+
+ {% for color in site.skin-colors %}
+
+
+
+ {% endfor %}
+
-
Select illustration
-
- {% for illustration in illustrations %}
-
- {% endfor %}