diff --git a/src/styles/index.scss b/src/styles/index.scss index c30754d..ee2722b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -33,9 +33,13 @@ h1 { font-size: 6rem; } - @media screen and (max-width: 480px) { + @media screen and (max-width: 670px) { font-size: 4rem; } + + @media screen and (max-width: 480px) { + font-size: 3rem; + } } h2 { @@ -46,8 +50,12 @@ h2 { font-size: 3rem; } + @media screen and (max-width: 670px) { + font-size: 2.5rem; + } + @media screen and (max-width: 480px) { - font-size: 2rem; + font-size: 1.5rem; } }