Alves: Remove top padding on mobile devices
@@ -351,10 +351,6 @@ body:not(.fse-enabled) {
padding-top: 0;
padding-bottom: 0;
}
-
- @include media(mobile-only) {
- padding-top: $site_main_spacing_vertical;
- }
/**
@@ -4261,12 +4261,6 @@ body:not(.fse-enabled) #masthead {
-@media only screen and (max-width: 559px) {
- .site-content {
- padding-top: 64px;
-}
* 4. Footer & Footer Widgets
*/
@@ -4290,12 +4290,6 @@ body:not(.fse-enabled) #masthead {