Skip to content

Commit 28673c5

Browse files
committed
fix: collapse Tech Stack table to single-column for mobile
1 parent 2fedc08 commit 28673c5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Open [http://localhost:3000](http://localhost:3000) to view the blog locally.
3535

3636
<table>
3737
<tr>
38-
<td width="50%" valign="top">
38+
<td valign="top">
3939

4040
### Framework
4141

@@ -48,7 +48,9 @@ Open [http://localhost:3000](http://localhost:3000) to view the blog locally.
4848
- **Tailwind CSS** — utility-first styling
4949

5050
</td>
51-
<td width="50%" valign="top">
51+
</tr>
52+
<tr>
53+
<td valign="top">
5254

5355
### Content & Deployment
5456

0 commit comments

Comments
 (0)