Skip to content

Commit 806737d

Browse files
committed
fin readme
1 parent 0b31750 commit 806737d

File tree

1 file changed

+17
-21
lines changed

1 file changed

+17
-21
lines changed

README.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,23 @@ These practices resulted in a 98/100 Lighthouse score for Performance on mobile.
4646

4747
# Technologies
4848

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>
7066

7167
# License
7268

0 commit comments

Comments
 (0)