fixing the ad posiitoning for now. This whole set up is bs tho. going to fix it up soon.
This commit is contained in:
Родитель
fcc3216ab1
Коммит
3c770cefa6
|
@ -31,11 +31,11 @@ body {
|
||||||
|
|
||||||
.docs-header {
|
.docs-header {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
min-height: 700px;
|
min-height: 750px;
|
||||||
}
|
}
|
||||||
.docs-header .carbonad {
|
.docs-header .carbonad {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
bottom: 180px !important;
|
bottom: 255px !important;
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
-webkit-animation-name: fadeintext;
|
-webkit-animation-name: fadeintext;
|
||||||
-moz-animation-name: fadeintext;
|
-moz-animation-name: fadeintext;
|
||||||
|
@ -249,7 +249,6 @@ body {
|
||||||
}
|
}
|
||||||
.docs-header-content {
|
.docs-header-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 30px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 50px 10px;
|
padding: 50px 10px;
|
||||||
-webkit-animation-name: fadeintext;
|
-webkit-animation-name: fadeintext;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче