From 6431d86abfbf71729e15a072c8b0d0f8fc6c70dd Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 29 Sep 2014 11:54:35 +0200 Subject: [PATCH] fmall fix on bg --- portal/static/css/fantaastic.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/static/css/fantaastic.css b/portal/static/css/fantaastic.css index 623285d3..190924e4 100644 --- a/portal/static/css/fantaastic.css +++ b/portal/static/css/fantaastic.css @@ -715,11 +715,11 @@ div.home { line-height:1.2em; letter-spacing:0.3pt; min-height:500px; - background-image: url('../img/bg-experiment.png'); + //background-image: url('../img/bg-experiment.png'); background-repeat:no-repeat; background-size:cover; background-position:center top; - background-color:#086274; + background-color:#4FABA3; padding:100px 0; } div.home h2 { -- 2.43.0