From 379acada28218a7e75604181afc9be0a04f26bdc Mon Sep 17 00:00:00 2001 From: connors Date: Mon, 24 Feb 2014 19:57:09 -0800 Subject: [PATCH] fix mobile home --- docs/assets/css/docs.css | 2 +- sass/docs.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index b44d3cf..fd15d11 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -47,7 +47,7 @@ body { } .docs-header .carbonad { position: absolute !important; - bottom: 90px !important; + bottom: 180px !important; margin-top: 0 !important; -webkit-animation-name: fadeintext; -moz-animation-name: fadeintext; diff --git a/sass/docs.scss b/sass/docs.scss index 8956ac2..f9ee615 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -49,7 +49,7 @@ body { // Ad on the homepage .carbonad { position: absolute !important; - bottom: 90px !important; + bottom: 180px !important; margin-top: 0 !important; @include animation-name(fadeintext); @include animation-duration(3s);