From afc1ecafe9d81b439d3fd9947fb1c663841920f9 Mon Sep 17 00:00:00 2001 From: Nilesh Deepak Date: Thu, 13 Jul 2017 12:27:14 +0530 Subject: [PATCH] 4. Changed the border color of the gallery item to #ccc --- resources/assets/sass/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/styles.scss b/resources/assets/sass/styles.scss index 31777e373..6eb24b8c1 100644 --- a/resources/assets/sass/styles.scss +++ b/resources/assets/sass/styles.scss @@ -285,7 +285,7 @@ $btt-size: 40px; margin-bottom: 32px; height: 330px; overflow: hidden; - border: 1px solid #9e9e9e; + border: 1px solid #ccc; h4 { font-size: 1.2em; text-align: center;