From 5f01b0d6bafb2ea6c286de39d4bf15abc839250c Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 29 Mar 2019 15:37:40 +0100 Subject: [PATCH] CSS Cleanup An oversight. We already styled node-details-description a few lines above. --- src/styles/_project-landing.sass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/styles/_project-landing.sass b/src/styles/_project-landing.sass index e84d2c3..bd4d8f7 100644 --- a/src/styles/_project-landing.sass +++ b/src/styles/_project-landing.sass @@ -19,6 +19,7 @@ $color-background-landing: #111 .node-details-description @extend .mx-auto color: #ddd + font-size: 1.3em a color: $color-primary @@ -74,7 +75,3 @@ $color-background-landing: #111 background-image: linear-gradient(transparent 65%, $color-background-landing 100%) display: block visibility: visible - -.landing - .node-details-description - font-size: 1.3em