summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-18 19:36:51 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-18 19:36:51 -0400
commit85ec164c407cbd162db9a10ba5cc66c01dfb6d33 (patch)
tree8f8ea78cac333723ee3ffcbaa659950b21d42faf /scss/style.scss
parent92daa4d2b7bcae4fb6d1b28ed9d9a1d2f4ec8c74 (diff)
static: Update index.html.
* scss/style.scss: Remove banner styling. * static/index.html: Remove banner image.
Diffstat (limited to 'scss/style.scss')
-rw-r--r--scss/style.scss21
1 files changed, 0 insertions, 21 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,