From 7f7cdd57076e1fb19b23ffda022ae13a00d51e4c Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 28 Mar 2017 08:42:39 -0400 Subject: [PATCH] I added the styles Laury asked for I added the space changes Laury asked for. --- root/scss/_left-off-canvas.scss | 3 ++- root/scss/_right-off-canvas.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/root/scss/_left-off-canvas.scss b/root/scss/_left-off-canvas.scss index 3cc0362..2d8c6d2 100644 --- a/root/scss/_left-off-canvas.scss +++ b/root/scss/_left-off-canvas.scss @@ -49,8 +49,9 @@ aside.left-off-canvas-menu ul.open { a { color: $white; font-size: rem-calc(16); - line-height: 150%; + line-height: 1.2; border-color: white; + margin-bottom: 5px; } a:hover { color: black; diff --git a/root/scss/_right-off-canvas.scss b/root/scss/_right-off-canvas.scss index 56e2f42..cd2669d 100644 --- a/root/scss/_right-off-canvas.scss +++ b/root/scss/_right-off-canvas.scss @@ -48,8 +48,9 @@ aside.right-off-canvas-menu ul.open { a { color: $white; font-size: rem-calc(16); - line-height: 150%; + line-height: 1.2; border-color: white; + margin-bottom: 5px; } a:hover { color: black; -- 2.17.1