From 5e0444ba46e9153710e231f44d75f4ebf2abc8e2 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 28 Mar 2017 09:16:43 -0400 Subject: [PATCH] added Laury's request I added the changes Laury asked for on the right off canvas. --- scss/_right-off-canvas.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 8df235e..2872914 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -48,7 +48,8 @@ aside.right-off-canvas-menu ul.open { a { color: $white; font-size: rem-calc(16); - line-height: 150%; + line-height: 1.2; + margin-bottom: 5px; border-color: white; } a:hover { -- 2.17.1