Correct centered elements and badges

This commit is contained in:
LucasVbr
2022-05-19 23:24:18 +02:00
parent 26e3d1fcdd
commit 641656cfa7
5 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{% for badge in data.badges -%}
{{ img(badge.src, badge.alt) }}
{{ img(badge.src, badge.alt) + " " }}
{% endfor %}
+2 -2
View File
@@ -1,6 +1,6 @@
<center>
<div align="center">
# Hi {{ img(data.hi.src, data.hi.alt, data.hi.width) }}, I'm LucasVbr
### A passionate developer from France
</center>
</div>
+3 -3
View File
@@ -1,7 +1,7 @@
<center>
<div align="center">
{% for image in data.stats -%}
{{ img(image.src, image.alt) }}
{{ img(image.src, image.alt)}}
{% endfor %}
</center>
</div>