diff --git a/_sass/main.scss b/_sass/main.scss index 4508786..a4522aa 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -1008,4 +1008,10 @@ ul.action-links { .membership-list li { display: list-item; list-style: circle !important; -} \ No newline at end of file +} + +@media only screen and (max-width: 767px) { + .hero-section { + margin-top: 3em; + } +} diff --git a/index.html b/index.html index 6d7cc64..8586434 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ -
+