mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 23:11:06 +01:00
fix(pages): add fixed size to icons in projects.astro
This commit is contained in:
parent
74ba4d3f96
commit
fdf47a6f21
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ for (const project of projects) {
|
||||||
GitHub{" "}
|
GitHub{" "}
|
||||||
<img
|
<img
|
||||||
src="/icons/arrow-up-right.svg"
|
src="/icons/arrow-up-right.svg"
|
||||||
class="ml-2 mt-[1px] w-5 "
|
class="ml-2 mt-[1px] h-[23px] w-5"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -139,7 +139,7 @@ for (const project of projects) {
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/icons/book-open.svg"
|
src="/icons/book-open.svg"
|
||||||
class="mr-2 w-5 "
|
class="mr-2 h-6 w-5"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
Docs{" "}
|
Docs{" "}
|
||||||
|
|
Loading…
Reference in a new issue