📝 Visual updates to documentation

This commit is contained in:
James Panther
2023-01-16 11:47:07 +11:00
parent b42eee70b8
commit edd2d7c564
29 changed files with 40 additions and 11 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<div class="flex justify-between">
<span
class="w-full py-6 mr-3 rounded-md"
class="w-full py-6 mr-2 rounded-md"
{{ with .Get 0 }}style="background-color: {{ . }}"{{ end }}
></span>
<span
class="w-full py-6 mr-3 rounded-md"
class="w-full py-6 mr-2 rounded-md"
{{ with .Get 1 }}style="background-color: {{ . }}"{{ end }}
></span>
<span
class="w-full py-6 mr-3 rounded-md"
class="w-full py-6 mr-2 rounded-md"
{{ with .Get 2 }}style="background-color: {{ . }}"{{ end }}
></span>
</div>