Fix site-nav alignment

This commit is contained in:
Tanguy Krotoff 2015-01-21 01:44:31 +01:00
parent 018f333973
commit 53a59544e8
1 changed files with 1 additions and 1 deletions

View File

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