Update blog files and details

This commit is contained in:
prototypa
2022-08-19 03:43:12 -04:00
parent ff7d3f5555
commit 4f9e31ef39
15 changed files with 202 additions and 160 deletions

View File

@@ -15,6 +15,6 @@ const { class: className = "w-5 h-5" } = Astro.props;
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<line x1="4" y1="8" x2="20" y2="8"></line>
<line x1="4" y1="16" x2="20" y2="16"></line>
<line class="line1 transition" x1="4" y1="8" x2="20" y2="8"></line>
<line class="line2 transition" x1="4" y1="16" x2="20" y2="16"></line>
</svg>