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 { +