Fix site-nav alignment

This commit is contained in:
Tanguy Krotoff
2015-01-21 01:44:31 +01:00
parent 018f333973
commit 53a59544e8

View File

@@ -44,7 +44,7 @@
@include media-query($on-palm) {
position: absolute;
top: 9px;
right: 30px;
right: $spacing-unit / 2;
background-color: $background-color;
border: 1px solid $grey-color-light;
border-radius: 5px;