diff --git a/layouts/default.vue b/layouts/default.vue index 6cc5481dc..b6f6ebe47 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -209,6 +209,9 @@ export default { margin-right: -$space-small; margin-bottom: -$space-xx-small; padding: $space-xx-small $space-small; + + // subtract menu border with from padding + padding-left: $space-small - 2; } nav {