File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default {
3232 scaleFactor = 0.5 ;
3333 }
3434 let n = (30 * scaleFactor) * (1 - this .progress ) + (10 * scaleFactor) * this .progress
35- return ` ${ n} px 10px ${ 10 + n} px 10px` ;
35+ return ` ${ n} px 10px ${ n} px 10px` ;
3636 },
3737 color () {
3838 if (this .$el ) {
@@ -113,7 +113,7 @@ export default {
113113.navbar {
114114 position : fixed ;
115115 width : 100vw ;
116- height : 55px ;
116+ // height: 55px;
117117 @include mobile {
118118 text-align : left ;
119119 }
Original file line number Diff line number Diff line change 1212 padding-right : 0px ;
1313 // background: none repeat scroll 0 0 transparent;
1414 background : $color ;
15- margin-top : 5px ;
15+ transform : translateY ( 5px ) ;
1616 border-radius : 5vh ;
1717 }
1818 & :hover :after {
You can’t perform that action at this time.
0 commit comments