From 1297ed63887912cc1dc1d09fcda4ee362afef6d9 Mon Sep 17 00:00:00 2001 From: Alex Xie Date: Wed, 28 Aug 2019 01:37:22 -0400 Subject: [PATCH] Pass CI and update README --- README.md | 3 +-- src/components/PageHeader.jsx | 2 +- src/components/StatCounter.jsx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12ffdf3a5..e535268f9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # alexieyizhe.me -[![Travis (.com)](https://img.shields.io/travis/com/alexieyizhe/alexieyizhe.github.io.svg?style=flat-square)](https://travis-ci.com/alexieyizhe/alexieyizhe.github.io) [![Coveralls github branch](https://img.shields.io/coveralls/github/alexieyizhe/alexieyizhe.github.io/master.svg?style=flat-square)](https://coveralls.io/github/alexieyizhe/alexieyizhe.github.io) [![Deploys with Netlify](https://img.shields.io/badge/Netlify-deployed-brightgreen.svg?style=flat-square)](https://www.netlify.com/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![GitHub license](https://img.shields.io/github/license/alexieyizhe/alexieyizhe.github.io.svg?style=flat-square)](https://github.com/alexieyizhe/alexieyizhe.github.io/blob/master/LICENSE) -**Note: a redesign of my website is under active development. If interested, check out the `site-redesign-master` branch for the latest changes.** +**Note: a redesign of my website is under active development. If interested, check out the `dev` branch for the latest changes.** Personal website/portfolio of Alex Yizhe Xie. diff --git a/src/components/PageHeader.jsx b/src/components/PageHeader.jsx index 5aff73904..82fa5856b 100644 --- a/src/components/PageHeader.jsx +++ b/src/components/PageHeader.jsx @@ -16,7 +16,7 @@ const Header = styled.div` letter-spacing: ${isIOS ? '-0.05em' : 0}; margin-bottom: 1em; `}; - + ${mediaSize.phone` font-size: 3em; `}; diff --git a/src/components/StatCounter.jsx b/src/components/StatCounter.jsx index 65b8ef9a7..f9ac3fdfb 100644 --- a/src/components/StatCounter.jsx +++ b/src/components/StatCounter.jsx @@ -61,7 +61,7 @@ const StatCounter = props => { {props.children} - ) + ); }; export default StatCounter;