File tree Expand file tree Collapse file tree 1 file changed +17
-21
lines changed Expand file tree Collapse file tree 1 file changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -46,27 +46,23 @@ These practices resulted in a 98/100 Lighthouse score for Performance on mobile.
46
46
47
47
# Technologies
48
48
49
- <table style =" border-collapse : collapse ; border : none ;" >
50
- <tr >
51
- <td style="border: none;">
52
- <a href="https://astro.build/" target="_blank" style="color: transparent; text-decoration: none;">
53
- <img height="50" alt="astro-logo" src="./public/astro.svg" />
54
- </a>
55
- </td>
56
- <td style="width: 15px; border: none;"></td>
57
- <td style="border: none;">
58
- <a href="https://tailwindcss.com/" target="_blank" style="color: transparent; text-decoration: none;">
59
- <img height="50" alt="tailwind-css-logo" src="./public/tailwindcss.svg" />
60
- </a>
61
- </td>
62
- <td style="width: 15px; border: none;"></td>
63
- <td style="border: none;">
64
- <a href="https://github.com/sveltia" target="_blank" style="color: transparent; text-decoration: none;">
65
- <img height="50" alt="sveltia-logo" src="./public/sveltia.png" />
66
- </a>
67
- </td>
68
- </tr >
69
- </table >
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 >
60
+ </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 >
70
66
71
67
# License
72
68
You can’t perform that action at this time.
0 commit comments