diff --git a/style.css b/style.css index 4211f6b..3feb83e 100644 --- a/style.css +++ b/style.css @@ -172,7 +172,7 @@ button:focus { } .k-main.banner { - margin-top: 20px; + padding-top: 20px; } @media only screen and (max-width: 992px) { @@ -185,13 +185,13 @@ button:focus { } .k-main.banner { - margin-top: 260px; + padding-top: 260px; } } @media only screen and (max-width: 768px) { .k-main.banner { - margin-top: 255px; + padding-top: 255px; } }