Skip to content

Commit 15cdc2b

Browse files
patmellonbrsoff
authored andcommitted
[PYT-202] Update Ecosystem jumbotron (#58)
1 parent 81706e3 commit 15cdc2b

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

_sass/ecosystem.scss

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
.ecosystem .jumbotron {
2+
@include desktop {
3+
height: 360px;
4+
}
5+
26
h1 {
3-
font-size: rem(52px);
4-
text-transform: none;
5-
letter-spacing: -1.65px;
6-
line-height: rem(50px);
7-
margin-bottom: rem(30px);
8-
position: relative;
9-
left: -5px;
7+
padding-top: rem(35px);
108
}
119

1210
p.lead {
@@ -18,8 +16,21 @@
1816
}
1917
}
2018

19+
.ecosystem .main-background {
20+
height: 275px;
21+
22+
@include desktop {
23+
height: 480px;
24+
}
25+
}
26+
2127
.ecosystem .main-content-wrapper {
2228
background-color: $light_grey;
29+
30+
@include desktop {
31+
margin-top: 390px + $desktop_header_height;
32+
}
33+
margin-top: 275px;
2334
}
2435

2536
.ecosystem.ecosystem-detail .main-content-wrapper {

0 commit comments

Comments
 (0)