diff --git a/assets/stylesheets/_footer.scss b/assets/stylesheets/_footer.scss index 5726509..0de29a3 100644 --- a/assets/stylesheets/_footer.scss +++ b/assets/stylesheets/_footer.scss @@ -18,10 +18,6 @@ footer { justify-content: center; } - .social-nav-container { - display: flex; - } - h2, a { padding: ($space-sm / 2) $space-xs; @@ -61,6 +57,18 @@ footer { } } + .social-nav-container { + display: flex; + + h2 { + display: none; + + @media (min-width: $sm) { + display: block; + } + } + } + .social-nav { @media (min-width: $sm) { padding-right: $space-xs;