Skip to content

Commit 1f79731

Browse files
patmellonbrsoff
authored andcommitted
[PYT-233] Update hero padding (#80)
1 parent 8aa67e9 commit 1f79731

File tree

7 files changed

+28
-2
lines changed

7 files changed

+28
-2
lines changed

_sass/blog.scss

+10
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@
8282
}
8383

8484
.jumbotron {
85+
@include desktop {
86+
height: 550px;
87+
}
88+
89+
.container {
90+
@include desktop {
91+
padding-bottom: rem(45px);
92+
}
93+
}
94+
8595
background-image: url($baseurl + "/assets/images/blog-background.jpg");
8696
background-size: cover;
8797

_sass/ecosystem.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.ecosystem .jumbotron {
2+
height: 170px;
23
@include desktop {
3-
height: 360px;
4+
height: 330px;
45
}
56

67
h1 {

_sass/features.scss

+4
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
}
141141

142142
.features .jumbotron {
143+
height: 195px;
144+
@include desktop {
145+
height: 490px;
146+
}
143147
h1, p {
144148
color: $white;
145149
}

_sass/get-started.scss

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
}
2626

2727
.get-started .jumbotron {
28+
height: 190px;
2829
@include desktop {
2930
height: 360px;
3031
}

_sass/homepage.scss

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
margin-bottom: rem(15px);
2525
}
2626
}
27+
28+
.jumbotron {
29+
height: 195px;
30+
@include desktop {
31+
height: 490px;
32+
}
33+
}
2734
}
2835

2936
.homepage-feature-module {

_sass/jumbotron.scss

+3
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@
4949

5050
.btn {
5151
padding-top: rem(9px);
52+
@include desktop {
53+
margin-top: rem(20px);
54+
}
5255
}
5356
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div class="jumbotron jumbotron-fluid on-dark-background">
99
<div class="container">
10-
<h1>From<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Research<br />To Production</h1>
10+
<h1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Research<br />To Production</h1>
1111

1212
<p class="lead">An open source deep learning platform that provides a seamless path from research prototyping to production deployment.</p>
1313

0 commit comments

Comments
 (0)