Skip to content

Commit 6478aef

Browse files
author
yashksaini-coder
committed
fix: adjust image dimensions in README for consistency and improved display
1 parent b9f6372 commit 6478aef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ This repo is the Backend Server for the **[Investo-glow](https://github.com/yash
77

88
<table>
99
<tr>
10-
<td><img src="https://skillicons.dev/icons?i=fastapi" height=24></td>
10+
<td><img src="https://skillicons.dev/icons?i=fastapi" height=24 width=24></td>
1111
<td>FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.</td>
1212
</tr>
1313
<tr>
14-
<td><img src="https://avatars.githubusercontent.com/u/104874993?s=24&v=4"></td>
14+
<td><img src="https://avatars.githubusercontent.com/u/104874993?s=24"></td>
1515
<td>Agno is a lightweight library for building multi-modal Agents.
1616
</td>
1717
</tr>
1818
<tr>
19-
<td><img src="https://github.com/user-attachments/assets/d7439975-103a-4251-a341-1758729f0ab6" height=24></td>
19+
<td><img src="https://github.com/user-attachments/assets/d7439975-103a-4251-a341-1758729f0ab6" height=24 width=36></td>
2020
<td>Render is a cloud provider that makes deploying your code as easy as deploying to localhost. You can deploy anything that runs on a single port.</td>
2121
</tr>
2222
<tr>
23-
<td><img src="https://skillicons.dev/icons?i=docker" height=24></td>
23+
<td><img src="https://skillicons.dev/icons?i=docker" height=24 width=24></td>
2424
<td>Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers</td>
2525
</tr>
2626
</table>

0 commit comments

Comments
 (0)