diff --git a/assets/sass/hero.scss b/assets/sass/hero.scss index e2513d8..657f2f7 100644 --- a/assets/sass/hero.scss +++ b/assets/sass/hero.scss @@ -15,6 +15,6 @@ @media (max-width: $width-mobile) { .hero { - padding: 1rem; + padding: 1rem 1rem 0 1rem; } }