Browse Source

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

pull/349/head
connors 11 years ago
parent
commit
3c770cefa6
  1. 5
      docs/assets/css/docs.css
  2. 5
      sass/docs.scss

5
docs/assets/css/docs.css

@ -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;

5
sass/docs.scss

@ -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);

Loading…
Cancel
Save