diff --git a/styles/about.css b/styles/about.css index 5bff134..469792f 100644 --- a/styles/about.css +++ b/styles/about.css @@ -64,14 +64,22 @@ } @media screen and (max-height: 950px) { - .about-text { + .about { + padding: 40px; + } + + .about-text { line-height: 1.5em; } } @media screen and (max-height: 900px) { + .about { + padding: 40px; + } + .about-text { - line-height: 1.35em; + line-height: 1.3em; } }