From 85ec164c407cbd162db9a10ba5cc66c01dfb6d33 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 18 May 2019 19:36:51 -0400 Subject: static: Update index.html. * scss/style.scss: Remove banner styling. * static/index.html: Remove banner image. --- scss/style.scss | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'scss/style.scss') diff --git a/scss/style.scss b/scss/style.scss index 207ac5d..c280925 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -7,31 +7,10 @@ // Home - Banner -@mixin banner-p-margin-top($pixels) { - p.banner-text { - margin-top: $pixels; - } -} - .fsfi-banner header { display:none; } -@include mobile { - img.banner-img { - display: none; - } -} - -@include tablet-only { - @include banner-p-margin-top(50px); -} - -@include desktop { - @include banner-p-margin-top(60px); -} - - // Home - News, Articles. .fs, -- cgit v1.2.3