Przeglądaj źródła

update the navigation offset for the animation

Ben Dwyer 4 lat temu
rodzic
commit
215fe1198a

+ 1 - 1
spearhead/assets/sass/navigation.scss

@@ -53,7 +53,7 @@ div.extra-navigation-wrapper {
 		right: 0;
 		right: 0;
 		bottom: $header-height;
 		bottom: $header-height;
 		left: 0;
 		left: 0;
-		transform: translateY( 200px ); // This can be any value > $header-height
+		transform: translateY( 90px ); // This can be any value > $header-height
 	}
 	}
 
 
 	.primary-navigation-open & {
 	.primary-navigation-open & {

+ 1 - 1
spearhead/navigation-rtl.css

@@ -564,7 +564,7 @@
 		left: 0;
 		left: 0;
 		bottom: 80px;
 		bottom: 80px;
 		right: 0;
 		right: 0;
-		transform: translateY(200px);
+		transform: translateY(90px);
 	}
 	}
 }
 }
 
 

+ 1 - 1
spearhead/navigation.css

@@ -564,7 +564,7 @@
 		right: 0;
 		right: 0;
 		bottom: 80px;
 		bottom: 80px;
 		left: 0;
 		left: 0;
-		transform: translateY(200px);
+		transform: translateY(90px);
 	}
 	}
 }
 }
 
 

Plik diff jest za duży
+ 0 - 0
spearhead/navigation.css.map


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików