fixing the ad posiitoning for now. This whole set up is bs tho. going to fix it up soon.

This commit is contained in:
connors 2014-02-28 07:57:00 -08:00
Родитель fcc3216ab1
Коммит 3c770cefa6
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -31,11 +31,11 @@ body {
.docs-header {
height: 100vh;
min-height: 700px;
min-height: 750px;
}
.docs-header .carbonad {
position: absolute !important;
bottom: 180px !important;
bottom: 255px !important;
margin-top: 0 !important;
-webkit-animation-name: fadeintext;
-moz-animation-name: fadeintext;
@ -249,7 +249,6 @@ body {
}
.docs-header-content {
position: relative;
top: 30px;
text-align: center;
padding: 50px 10px;
-webkit-animation-name: fadeintext;

Просмотреть файл

@ -31,12 +31,12 @@ body {
}
.docs-header {
height: 100vh;
min-height: 700px;
min-height: 750px;
// Ad on the homepage
.carbonad {
position: absolute !important;
bottom: 180px !important;
bottom: 255px !important;
margin-top: 0 !important;
@include animation-name(fadeintext);
@include animation-duration(2s);
@ -254,7 +254,6 @@ body {
// "Build mobile apps using simple..."
.docs-header-content {
position: relative;
top: 30px;
text-align: center;
padding: 50px 10px;
@include animation-name(fadeintext);