diff --git a/css/index.css b/css/index.css index 3903c7b..9bcfa87 100644 --- a/css/index.css +++ b/css/index.css @@ -109,10 +109,8 @@ body { } - .intro-text { padding: 1vh; - } @media (max-width: 600px) { @@ -137,5 +135,9 @@ body { .desktop-break { display: block; } + + .intro-text { + margin-top: 1vh; + } }