From b363cd318fe9059cb7c34b0f47de8bf314742faa Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 14 Oct 2018 16:50:40 +0200 Subject: [PATCH] made icon columns 12 instead of 6 --- _includes/design/icons.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/design/icons.html b/_includes/design/icons.html index be6b237..1045d6f 100644 --- a/_includes/design/icons.html +++ b/_includes/design/icons.html @@ -6,12 +6,12 @@
{% for icons_hash in page.icons %} {% for icon in icons_hash %} -
+
-
- {{icon[0]}} +
+ {{icon[0]}}
{% endfor %}