Selaa lähdekoodia

update the navigation offset for the animation

Ben Dwyer 4 vuotta sitten
vanhempi
commit
215fe1198a

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

@@ -53,7 +53,7 @@ div.extra-navigation-wrapper {
 		right: 0;
 		bottom: $header-height;
 		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 & {

+ 1 - 1
spearhead/navigation-rtl.css

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

+ 1 - 1
spearhead/navigation.css

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

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
spearhead/navigation.css.map


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä