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; }