From b2684ae07c9e24e013ceb7ccdbe15512a9e42c20 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Thu, 29 Sep 2016 15:28:11 -0400 Subject: [PATCH] updated border width --- src/sass/views/tab-home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index a03d2fbb9..686a4fd94 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -20,7 +20,7 @@ &:before { display: block; position: absolute; - width: 86%; + width: 75%; height: 1px; background: rgba(221, 221, 221, 0.3); top:0;