_sass/navigation/breakpoints/1024.sass in slow-steps-0.1.8 vs _sass/navigation/breakpoints/1024.sass in slow-steps-0.1.9
- old
+ new
@@ -8,21 +8,33 @@
$brand-height: 55%
@media screen and ( min-width: 1024px )
.navbar
+ @include default-trans
height: $navbar-height
align-items: center
+ .nav-scrolled
+ @include default-trans
+ top: -$navbar-height
+ .nav-group-content
+ @include default-trans
+ height: 10vh
+ .nav-brand
+ @include default-trans
+ height: 8vh
+ top: 6vh
+
.nav-brand
+ @include default-trans
display: flex
position: absolute
max-width: 160px
height: 10vh
z-index: 999
top: 7.5vh
- //align-items: center
.site__logo
position: absolute
top: (100% - $brand-height) / 2
height: $brand-height
@@ -68,9 +80,10 @@
&:after
left: 0.5em
margin-right: -10%
.nav-group-content
+ @include default-trans
align-items: center
justify-content: flex-end
position: absolute
top: 5vh
left: 0