Commit 2f5d2be 1 parent 806737d commit 2f5d2be Copy full SHA for 2f5d2be
File tree 1 file changed +10
-16
lines changed
1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,17 @@ These practices resulted in a 98/100 Lighthouse score for Performance on mobile.
46
46
47
47
# Technologies
48
48
49
- <div style =" display : flex ; align-items : center ;" >
50
- <div style =" margin-right : 15px ;" >
51
- <a href="https://astro.build/" target="_blank" style="color: transparent; text-decoration: none;">
52
- <img height="50" alt="astro-logo" src="./public/astro.svg" />
53
- </a>
54
- </div >
55
- <div >
56
- <a href="https://github.com/sveltia" target="_blank" style="color: transparent; text-decoration: none;">
57
- <img height="50" alt="sveltia-logo" src="./public/sveltia.png" />
58
- </a>
59
- </div >
49
+ <div style =" display : flex ; align-items : center ; gap : 15px ;" >
50
+ <a href =" https://astro.build/ " target =" _blank " style =" color : transparent ; text-decoration : none ;" >
51
+ <img height="50" alt="astro-logo" src="./public/astro.svg" />
52
+ </a >
53
+ <a href =" https://github.com/sveltia " target =" _blank " style =" color : transparent ; text-decoration : none ;" >
54
+ <img height="50" alt="sveltia-logo" src="./public/sveltia.png" />
55
+ </a >
56
+ <a href =" https://tailwindcss.com/ " target =" _blank " style =" color : transparent ; text-decoration : none ;" >
57
+ <img height="50" alt="tailwind-css-logo" src="./public/tailwindcss.svg" />
58
+ </a >
60
59
</div >
61
- <div style =" margin-right : 15px ;" >
62
- <a href="https://tailwindcss.com/" target="_blank" style="color: transparent; text-decoration: none;">
63
- <img height="50" alt="tailwind-css-logo" src="./public/tailwindcss.svg" />
64
- </a>
65
- </div >
66
60
67
61
# License
68
62
You can’t perform that action at this time.
0 commit comments