Skip to content

Commit

Permalink
Update left navi top padding
Browse files Browse the repository at this point in the history
Due to the change to the border box model we made in d06d8f5
we need to adjust the top padding of the left menu.
  • Loading branch information
tvdeyen committed Nov 6, 2017
1 parent c2a3b06 commit d7d2b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}

#main_navi {
padding-top: 30px;
padding-top: 28px;
padding-bottom: 80px;
}

Expand Down

0 comments on commit d7d2b30

Please sign in to comment.