Skip to content

Commit 0fd8013

Browse files
committed
fix: image sizes
1 parent 07981ca commit 0fd8013

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

README.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
<h3 align="center"> Powered By </h2>
77
<div align="center">
8-
<table>
9-
<tr>
10-
<td>
11-
<div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
12-
<a href="https://discord.com/invite/GRc3v6n" target="_blank">
13-
<img src="https://avatars.githubusercontent.com/u/25365178?s=200&v=4" alt="Judge0" style="width:100%; border-radius: 8px;">
14-
<p>Judge0</p>
15-
</a>
16-
</div>
17-
</td>
18-
<td>
19-
<div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
20-
<a href="https://discord.com/invite/dCq3XhgRXs" target="_blank">
21-
<img src="https://pbs.twimg.com/profile_images/1742205229104259072/2ISO3o7-_400x400.jpg" alt="Sulu" style="width:100%; border-radius: 8px;">
22-
<p>Sulu</p>
23-
</a>
24-
</div>
25-
</td>
26-
</tr>
27-
</table>
8+
<table>
9+
<tr>
10+
<td>
11+
<div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
12+
<a href="https://discord.com/invite/GRc3v6n" target="_blank">
13+
<img src="https://avatars.githubusercontent.com/u/25365178?s=200&v=4" alt="Judge0" style="width:150px; height:150px; border-radius: 8px;">
14+
<p>Judge0</p>
15+
</a>
16+
</div>
17+
</td>
18+
<td>
19+
<div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
20+
<a href="https://discord.com/invite/dCq3XhgRXs" target="_blank">
21+
<img src="https://pbs.twimg.com/profile_images/1742205229104259072/2ISO3o7-_400x400.jpg" alt="Sulu" style="width:150px; height:150px; border-radius: 8px;">
22+
<p>Sulu</p>
23+
</a>
24+
</div>
25+
</td>
26+
</tr>
27+
</table>
2828
</div>
2929

3030
> This is the backend for the cookoff coding portal for the 9th edition of cookoff
@@ -54,6 +54,7 @@ $ cd cookoff-9.0-backend
5454
```
5555

5656
#### Pre-requisites
57+
5758
1. Setup atlas
5859
2. Configure env (refer .env.example)
5960
3. Configure Makefile

0 commit comments

Comments
 (0)