Skip to content

Commit c6bac2d

Browse files
authored
Centered the project name (#9000)
A centered project name makes documentation much better looking and appealing.
1 parent 2b73af5 commit c6bac2d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>
1+
<p align="center">
22
<a href="https://tailwindcss.com/#gh-light-mode-only" target="_blank">
33
<img src="./.github/logo-light.svg" alt="Tailwind CSS" width="350" height="70">
44
</a>
@@ -7,9 +7,12 @@
77
</a>
88
</p>
99

10-
A utility-first CSS framework for rapidly building custom user interfaces.
10+
<p align="center">
11+
A utility-first CSS framework for rapidly building custom user interfaces.
12+
</p>
13+
1114

12-
<p>
15+
<p align="center">
1316
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/workflow/status/tailwindlabs/tailwindcss/Node.js%20CI" alt="Build Status"></a>
1417
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>
1518
<a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>

0 commit comments

Comments
 (0)