File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ section {
7
7
section .container {
8
8
padding : 50px 0 50px 0 ; }
9
9
section .hero {
10
- height : 485 px ;
10
+ height : 445 px ;
11
11
padding : 20px 0 0 0 ; }
12
12
section .hero hgroup {
13
13
margin-top : 60px ; }
@@ -16,7 +16,12 @@ section {
16
16
color : # 0d3f6b ;
17
17
margin-bottom : 30px ; }
18
18
section .hero .octicon {
19
- font-size : 300px ; }
19
+ font-size : 200px ;
20
+ margin-top : 52px ; }
21
+
22
+ .figures {
23
+ background : url(../ images/hero-home.png) no-repeat bottom center # 1875c6 ;
24
+ background-size : 1350px ; }
20
25
21
26
.screen-shot {
22
27
background : url(../ images/screen-shot-slide.png) no-repeat bottom center;
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ section{
11
11
12
12
/* Layout */
13
13
.hero {
14
- height : 485 px ;
14
+ height : 445 px ;
15
15
padding : 20px 0 0 0 ;
16
16
17
+
17
18
hgroup {
18
19
margin-top : 60px ;
19
20
}
@@ -25,11 +26,17 @@ section{
25
26
}
26
27
27
28
.octicon {
28
- font-size : 300px ;
29
+ font-size : 200px ;
30
+ margin-top : 52px ;
29
31
}
30
32
}
31
33
}
32
34
35
+ .figures {
36
+ background : url (../images/hero-home.png ) no-repeat bottom center $color-dark ;
37
+ background-size : 1350px ;
38
+ }
39
+
33
40
.screen-shot {
34
41
background : url (../images/screen-shot-slide.png ) no-repeat bottom center ;
35
42
background-size : 800px ;
Original file line number Diff line number Diff line change 18
18
</ nav >
19
19
</ section >
20
20
21
- < section class ="colorful ">
21
+ < section class ="colorful figures ">
22
22
< div class ="container center hero ">
23
23
< span class ="mega-octicon octicon-logo-github "> </ span >
24
24
< span class ="logo-training "> </ span >
You can’t perform that action at this time.
0 commit comments