File tree Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Expand file tree Collapse file tree 3 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 34
34
min-height : 750px ;
35
35
}
36
36
.docs-header .carbonad {
37
- position : absolute !important ;
38
- bottom : 255px !important ;
37
+ position : relative !important ;
39
38
margin-top : 0 !important ;
40
39
-webkit-animation-name : fadeintext;
41
40
-moz-animation-name : fadeintext;
@@ -50,14 +49,21 @@ body {
50
49
text-align : center;
51
50
}
52
51
52
+ .docs-header-bottom {
53
+ position : absolute;
54
+ left : 0 ;
55
+ right : 0 ;
56
+ bottom : 0 ;
57
+ }
58
+
53
59
@media screen and (min-width : 768px ) {
54
60
.docs-header {
55
61
min-height : 870px ;
56
62
}
57
63
.docs-header .carbonad {
58
- bottom : 259px !important ;
59
64
left : 50% !important ;
60
65
margin-left : -165px !important ;
66
+ margin-bottom : 60px !important ;
61
67
}
62
68
63
69
.docs-sub-header .carbonad {
@@ -537,10 +543,6 @@ body {
537
543
}
538
544
539
545
.docs-header .docs-footer {
540
- position : absolute;
541
- bottom : 0 ;
542
- left : 0 ;
543
- right : 0 ;
544
546
margin-top : 0 ;
545
547
border-top : 1px solid rgba (255 , 255 , 255 , 0.1 );
546
548
}
Original file line number Diff line number Diff line change 11
11
< p class ="version "> Currently v2.0.0</ p >
12
12
</ div >
13
13
14
- {% include ad.html %}
15
- {% include footer.html %}
14
+ < div class ="docs-header-bottom ">
15
+ {% include ad.html %}
16
+ {% include footer.html %}
17
+ </ div >
16
18
</ div >
Original file line number Diff line number Diff line change 35
35
36
36
// Ad on the homepage
37
37
.carbonad {
38
- position : absolute !important ;
39
- bottom : 255px !important ;
38
+ position : relative !important ;
40
39
margin-top : 0 !important ;
41
40
@include animation-name (fadeintext);
42
41
@include animation-duration (2s );
@@ -47,16 +46,22 @@ body {
47
46
text-align : center ;
48
47
}
49
48
}
49
+ .docs-header-bottom {
50
+ position : absolute ;
51
+ left : 0 ;
52
+ right : 0 ;
53
+ bottom : 0 ;
54
+ }
50
55
// Desktop jumbotron
51
56
@media screen and (min-width : 768px ) {
52
57
.docs-header {
53
58
min-height : 870px ;
54
59
55
60
// Ads on the homepage
56
61
.carbonad {
57
- bottom : 259px !important ;
58
62
left : 50% !important ;
59
63
margin-left : -165px !important ;
64
+ margin-bottom : 60px !important ;
60
65
}
61
66
}
62
67
@@ -549,10 +554,6 @@ body {
549
554
550
555
// Overrides for the homepage's footer
551
556
.docs-header .docs-footer {
552
- position : absolute ;
553
- bottom : 0 ;
554
- left : 0 ;
555
- right : 0 ;
556
557
margin-top : 0 ;
557
558
border-top : 1px solid rgba (255 ,255 ,255 ,.1 );
558
559
You can’t perform that action at this time.
0 commit comments