Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit bcd450f

Browse files
committed
Change centering technique for npm README
1 parent ec9a992 commit bcd450f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<p align="center">
2-
<img src="https://github.com/atomiks/tippy.js-react/raw/master/logo.png" alt="Logo" width="295">
3-
</p>
1+
<div align="center">
2+
<img src="https://github.com/atomiks/tippy.js-react/raw/master/logo.png" alt="Logo" height="105">
3+
</div>
44

5-
<h1 align="center">Tippy.js for React</h1>
6-
7-
<p align="center">
5+
<div align="center">
6+
<h1>Tippy.js for React</h1>
87
<a href="https://www.npmjs.com/package/@tippy.js/react">
98
<img src="https://img.shields.io/npm/dm/@tippy.js/react.svg?color=%235599ff&style=for-the-badge" alt="npm Downloads per Month">
109
<a>
1110
<a href="https://github.com/atomiks/tippy.js-react/blob/master/LICENSE">
1211
<img src="https://img.shields.io/npm/l/@tippy.js/react.svg?color=%23c677cf&style=for-the-badge" alt="MIT License">
1312
</a>
14-
</p>
15-
16-
<p align="center"><strong>The ultimate tooltip and popover solution for React apps</strong></p>
13+
<br>
14+
<br>
15+
The complete tooltip and popover solution for React apps
16+
</div>
1717

1818
---
1919

0 commit comments

Comments
 (0)