From 95f0a2711176638b7b9c686cae3b61fba78f60df Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Wed, 8 Aug 2018 14:03:19 -0700 Subject: [PATCH] Begin responsiveness overhaul (#457) Closes #435 --- components/Header.js | 7 +++++++ components/style/Reset.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/components/Header.js b/components/Header.js index 5bd713d..8b07274 100644 --- a/components/Header.js +++ b/components/Header.js @@ -32,6 +32,13 @@ const Header = ({ enableHeroText }) => ( h2 { text-align: center; + max-width: 80vw; + } + + @media only screen and (max-width: 756px) { + h2 { + font-size: 2.8vw; + } } `} diff --git a/components/style/Reset.js b/components/style/Reset.js index 2755b71..6152ca7 100644 --- a/components/style/Reset.js +++ b/components/style/Reset.js @@ -146,7 +146,7 @@ export default () => ( text-transform: initial; letter-spacing: initial; overflow-y: auto; - min-width: 848px; + /* min-width: 848px; */ min-height: 704px; }