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 --------------------- static/index.html | 17 +++++------------ 2 files changed, 5 insertions(+), 33 deletions(-) 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, diff --git a/static/index.html b/static/index.html index a882cfa..00a087a 100644 --- a/static/index.html +++ b/static/index.html @@ -19,18 +19,11 @@

Free Software Foundation of India

-
-
- -
-
- -
-
+ -- cgit v1.2.3