diff --git a/.gitignore b/.gitignore index 0efb279..6d93b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules/ -cfg.cfg +cfg.json b/ diff --git a/s/index.tpl.html b/s/index.tpl.html index c45c454..736f952 100644 --- a/s/index.tpl.html +++ b/s/index.tpl.html @@ -7,7 +7,10 @@
- {% for item in items %}
+
+ {% for item in items %} +
{% endfor %} +
- \ No newline at end of file + diff --git a/s/style.css b/s/style.css index 3020077..ae827a1 100644 --- a/s/style.css +++ b/s/style.css @@ -51,4 +51,10 @@ a:hover { } code { color: #9df943; -} \ No newline at end of file +} + +.centeredthumbs { + display: flex; + align-items: center; + justify-content: center; +}