From 4fcdf32cff825bc93defe0001c482dc17e8b648b Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 28 Feb 2020 12:00:50 +0100 Subject: css fix --- index.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 0ae728e5..cb8efeb0 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ {% include icon.html name=last-icon.slug %} {% endcapture %} -
+
@@ -71,15 +71,23 @@
-
- {% for icon in site.icons %} -
- {% assign name = icon.slug %} - {% include icon.html name=name %} +
+
+ {% for icon in site.icons %} + + {% assign name = icon.slug %} + {% include icon.html name=name %} + + {% endfor %}
- {% endfor %}
+ + -- cgit v1.2.1