From 6a13e481fd62558d7e1ba6463d3bdc6f47d5d1cd Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 11 Apr 2017 16:42:14 +0200 Subject: [PATCH] Fix the declaration order --- app/assets/stylesheets/landing.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index 4b91e713b..6d68c655b 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -20,6 +20,8 @@ #title { padding-bottom: 2%; padding-top: 1%; + color: #FFFFFF; + text-shadow: 0px 0px 10px rgb(0, 0, 0); h2 { font-size: 35px; @@ -28,9 +30,6 @@ .btn { text-shadow: none; } - - color: #FFFFFF; - text-shadow: 0px 0px 10px rgb(0, 0, 0); } }