mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +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{" "}
|
||||
<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{" "}
|
||||
|
|
Loading…
Reference in a new issue