소스 검색

Alves: Remove top padding on mobile devices

Niels Lange 5 년 전
부모
커밋
43511f1869
3개의 변경된 파일0개의 추가작업 그리고 16개의 파일을 삭제
  1. 0 4
      alves/sass/_extra-child-theme.scss
  2. 0 6
      alves/style-rtl.css
  3. 0 6
      alves/style.css

+ 0 - 4
alves/sass/_extra-child-theme.scss

@@ -351,10 +351,6 @@ body:not(.fse-enabled) {
 		padding-top: 0;
 		padding-bottom: 0;
 	}
-
-	@include media(mobile-only) {
-		padding-top: $site_main_spacing_vertical;
-	}
 }
 
 /**

+ 0 - 6
alves/style-rtl.css

@@ -4225,12 +4225,6 @@ body:not(.fse-enabled) #masthead {
 	padding-bottom: 0;
 }
 
-@media only screen and (max-width: 559px) {
-	.site-content {
-		padding-top: 64px;
-	}
-}
-
 /**
  * 4. Footer & Footer Widgets
  */

+ 0 - 6
alves/style.css

@@ -4254,12 +4254,6 @@ body:not(.fse-enabled) #masthead {
 	padding-bottom: 0;
 }
 
-@media only screen and (max-width: 559px) {
-	.site-content {
-		padding-top: 64px;
-	}
-}
-
 /**
  * 4. Footer & Footer Widgets
  */