diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 19:51:59 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 19:51:59 +0100 |
commit | ddcffe424167b27ee4f9c574590a7e2df1c551ef (patch) | |
tree | 0dd5bd8f498525f7d46fd254d9e3fd41d15e83b0 /src/index.html | |
parent | dice, palette dot fixes (diff) | |
download | tabler-icons-ddcffe424167b27ee4f9c574590a7e2df1c551ef.tar.xz |
award icon fix, styles for print
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 98418eb5..f8fc5f9f 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,6 @@ layout: default --- <div class="container"> <div class="box"> - <div class="mb"> <div class="icons-list"> {% for icon in site.icons %} @@ -14,7 +13,8 @@ layout: default {% endfor %} </div> </div> - + </div> + <div class="box"> <div class="mb"> <div class="icons-list"> {% for icon in site.icons %} |