From b3fd9ea41dfa7140f37782663b0bbaaf7dba2429 Mon Sep 17 00:00:00 2001 From: Harry Manchanda Date: Wed, 25 Oct 2017 22:11:38 +0530 Subject: [PATCH] Just to keep things standard --- scss/components/_thumbnail.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_thumbnail.scss b/scss/components/_thumbnail.scss index 2ce42b311..ed8109b8f 100644 --- a/scss/components/_thumbnail.scss +++ b/scss/components/_thumbnail.scss @@ -8,7 +8,7 @@ /// Border around thumbnail images. /// @type Border -$thumbnail-border: solid 4px $white !default; +$thumbnail-border: 4px solid $white !default; /// Bottom margin for thumbnail images. /// @type Length -- 2.47.2