We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81706e3 commit 15cdc2bCopy full SHA for 15cdc2b
_sass/ecosystem.scss
@@ -1,12 +1,10 @@
1
.ecosystem .jumbotron {
2
+ @include desktop {
3
+ height: 360px;
4
+ }
5
+
6
h1 {
- font-size: rem(52px);
- text-transform: none;
- letter-spacing: -1.65px;
- line-height: rem(50px);
7
- margin-bottom: rem(30px);
8
- position: relative;
9
- left: -5px;
+ padding-top: rem(35px);
10
}
11
12
p.lead {
@@ -18,8 +16,21 @@
18
16
19
17
20
+.ecosystem .main-background {
+ height: 275px;
21
22
23
+ height: 480px;
24
25
+}
26
27
.ecosystem .main-content-wrapper {
28
background-color: $light_grey;
29
30
31
+ margin-top: 390px + $desktop_header_height;
32
33
+ margin-top: 275px;
34
35
36
.ecosystem.ecosystem-detail .main-content-wrapper {
0 commit comments