Skip to content

Commit

Permalink
Fix logo alignment on npm (#207)
Browse files Browse the repository at this point in the history
* Fix logo alignment on npm

* Remove hr

* Add align="center" to title

* Fix link to join slack
  • Loading branch information
emmatown authored and Kye Hohenberger committed Jul 30, 2017
1 parent d59082e commit d542172
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<h1 align="center" style="color: #343a40">
<img src="https://cdn.rawgit.com/tkh44/emotion/master/emotion.png" alt="emotion" width="200">
<br>
emotion
<br>
</h1>
<p align="center" style="color: #343a40">
<img src="https://cdn.rawgit.com/tkh44/emotion/master/emotion.png" alt="emotion" height="200" width="200">
<h1 align="center">emotion</h1>
</p>
<p align="center" style="font-size: 1.2rem;">The Next Generation of CSS-in-JS</p>

[![npm version](https://badge.fury.io/js/emotion.svg)](https://badge.fury.io/js/emotion)
[![Build Status](https://travis-ci.org/tkh44/emotion.svg?branch=master)](https://travis-ci.org/tkh44/emotion)
[![codecov](https://codecov.io/gh/tkh44/emotion/branch/master/graph/badge.svg)](https://codecov.io/gh/tkh44/emotion)
![gzip size](http://img.badgesize.io/https://unpkg.com/emotion/dist/DO-NOT-USE.min.js?compression=gzip&label=gzip%20size)
![size](http://img.badgesize.io/https://unpkg.com/emotion/dist/DO-NOT-USE.min.js?label=size)
[![slack](https://emotion.now.sh/badge.svg)](https://slack.emotion.sh/)
[![slack](https://emotion.now.sh/badge.svg)](http://slack.emotion.sh/)

emotion is a high performance, lightweight css-in-js library.
The core idea comes from Sunil Pai’s [glam](https://github.com/threepointone/glam) library and its philosophy is laid out [here](https://gist.github.com/threepointone/0ef30b196682a69327c407124f33d69a).
Expand Down

0 comments on commit d542172

Please sign in to comment.