From a510d85480ba31e2b1cef3e0ac364652b3a9f628 Mon Sep 17 00:00:00 2001 From: Trent White Date: Tue, 21 Mar 2017 11:17:28 -0400 Subject: [PATCH] format css --- public/sass/pages/_plugins.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/sass/pages/_plugins.scss b/public/sass/pages/_plugins.scss index 2ef993757e2..e95cd380089 100644 --- a/public/sass/pages/_plugins.scss +++ b/public/sass/pages/_plugins.scss @@ -45,8 +45,12 @@ &:hover { color: $link-hover-color; } - span {color: $brand-primary;} - img {vertical-align: top;} + span { + color: $brand-primary; + } + img { + vertical-align: top; + } } @include media-breakpoint-down(sm) {