fix(pages): add fixed size to icons in projects.astro

This commit is contained in:
xHyroM 2023-01-05 14:10:43 +01:00
parent 74ba4d3f96
commit fdf47a6f21

View file

@ -129,7 +129,7 @@ for (const project of projects) {
GitHub{" "}
<img
src="/icons/arrow-up-right.svg"
class="ml-2 mt-[1px] w-5 "
class="ml-2 mt-[1px] h-[23px] w-5"
alt=""
/>
</a>
@ -139,7 +139,7 @@ for (const project of projects) {
>
<img
src="/icons/book-open.svg"
class="mr-2 w-5 "
class="mr-2 h-6 w-5"
alt=""
/>
Docs{" "}