From b2925cb01b0da642a590cbce0133af6cfad6e799 Mon Sep 17 00:00:00 2001 From: jack hanford Date: Thu, 20 Aug 2015 09:56:01 -0700 Subject: [PATCH] ayy, mediocre responsiveness --- css/index.styl | 3 +++ lib/components/App.js | 1 + 2 files changed, 4 insertions(+) diff --git a/css/index.styl b/css/index.styl index 74592e3..d3a2338 100644 --- a/css/index.styl +++ b/css/index.styl @@ -60,6 +60,9 @@ p { p { font: 12px/20px "Quicksand", sans-serif; + @media(max-width:600px) { + font-size: 14px; + } } form p { diff --git a/lib/components/App.js b/lib/components/App.js index 62a8876..dc65b7d 100644 --- a/lib/components/App.js +++ b/lib/components/App.js @@ -33,6 +33,7 @@ export default class App extends React.Component { +