From ef4f39a53e8ca4f8e466815809f6f2d1c5047de1 Mon Sep 17 00:00:00 2001 From: Montana Date: Tue, 12 Feb 2019 11:10:19 -0500 Subject: [PATCH] Fix indenting on css --- styles/components/_portfolio_layout.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 434ce066..9ee68a7c 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -121,10 +121,11 @@ .unfunded { color: $color-red; + .icon { - @include icon-color($color-red); - } - } + @include icon-color($color-red); + } + } } @mixin subheading {