Skip to content

Commit 2f5d2be

Browse files
committed
fin readme
1 parent 806737d commit 2f5d2be

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

README.md

+10-16
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,17 @@ These practices resulted in a 98/100 Lighthouse score for Performance on mobile.
4646

4747
# Technologies
4848

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>
6059
</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>
6660

6761
# License
6862

0 commit comments

Comments
 (0)