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