File tree 7 files changed +28
-2
lines changed
7 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 82
82
}
83
83
84
84
.jumbotron {
85
+ @include desktop {
86
+ height : 550px ;
87
+ }
88
+
89
+ .container {
90
+ @include desktop {
91
+ padding-bottom : rem (45px );
92
+ }
93
+ }
94
+
85
95
background-image : url ($baseurl + " /assets/images/blog-background.jpg" );
86
96
background-size : cover ;
87
97
Original file line number Diff line number Diff line change 1
1
.ecosystem .jumbotron {
2
+ height : 170px ;
2
3
@include desktop {
3
- height : 360 px ;
4
+ height : 330 px ;
4
5
}
5
6
6
7
h1 {
Original file line number Diff line number Diff line change 140
140
}
141
141
142
142
.features .jumbotron {
143
+ height : 195px ;
144
+ @include desktop {
145
+ height : 490px ;
146
+ }
143
147
h1 , p {
144
148
color : $white ;
145
149
}
Original file line number Diff line number Diff line change 25
25
}
26
26
27
27
.get-started .jumbotron {
28
+ height : 190px ;
28
29
@include desktop {
29
30
height : 360px ;
30
31
}
Original file line number Diff line number Diff line change 24
24
margin-bottom : rem (15px );
25
25
}
26
26
}
27
+
28
+ .jumbotron {
29
+ height : 195px ;
30
+ @include desktop {
31
+ height : 490px ;
32
+ }
33
+ }
27
34
}
28
35
29
36
.homepage-feature-module {
Original file line number Diff line number Diff line change 49
49
50
50
.btn {
51
51
padding-top : rem (9px );
52
+ @include desktop {
53
+ margin-top : rem (20px );
54
+ }
52
55
}
53
56
}
Original file line number Diff line number Diff line change 7
7
8
8
< div class ="jumbotron jumbotron-fluid on-dark-background ">
9
9
< div class ="container ">
10
- < h1 > From< br /> Research< br /> To Production</ h1 >
10
+ < h1 > From< br /> Research< br /> To Production</ h1 >
11
11
12
12
< p class ="lead "> An open source deep learning platform that provides a seamless path from research prototyping to production deployment.</ p >
13
13
You can’t perform that action at this time.
0 commit comments