From: Ian Weller Date: Tue, 28 Mar 2017 12:42:39 +0000 (-0400) Subject: I added the styles Laury asked for X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7f7cdd57076e1fb19b23ffda022ae13a00d51e4c;p=web%2FGruntInit%2FglmTheme.git I added the styles Laury asked for I added the space changes Laury asked for. --- 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;