File tree Expand file tree Collapse file tree 2 files changed +35
-24
lines changed Expand file tree Collapse file tree 2 files changed +35
-24
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,27 @@ section{
33
33
float : left ;
34
34
35
35
& .container {
36
- padding : 40px 0 40px 0 ;
36
+ padding : 50px 0 50px 0 ;
37
+ }
38
+
39
+ /* Layout */
40
+ .hero {
41
+ height : 485px ;
42
+ padding : 40px 0 0 0 ;
43
+
44
+ hgroup {
45
+ margin-top : 60px ;
46
+ }
47
+
48
+ p {
49
+ font-size : 112.5% ;
50
+ color : darken ($color-dark , 20% );
51
+ margin-bottom : 30px ;
52
+ }
53
+
54
+ .octicon {
55
+ font-size : 300px ;
56
+ }
37
57
}
38
58
}
39
59
@@ -298,19 +318,7 @@ nav{
298
318
clear :right ;
299
319
}
300
320
301
- /* Layout */
302
- .hero {
303
- height : 445px ;
304
-
305
- hgroup {
306
- margin-top : 60px ;
307
- }
308
321
309
- p {
310
- font-size : 112.5% ;
311
- color : darken ($color-dark , 20% );
312
- }
313
- }
314
322
315
323
.segment-content {
316
324
width : $width-desktop * .66 ;
Original file line number Diff line number Diff line change 64
64
65
65
section {
66
66
width : 100% ;
67
- float : left; }
67
+ float : left;
68
+ /* Layout */ }
68
69
section .container {
69
- padding : 40px 0 40px 0 ; }
70
+ padding : 50px 0 50px 0 ; }
71
+ section .hero {
72
+ height : 485px ;
73
+ padding : 40px 0 0 0 ; }
74
+ section .hero hgroup {
75
+ margin-top : 60px ; }
76
+ section .hero p {
77
+ font-size : 112.5% ;
78
+ color : # 0d3f6b ;
79
+ margin-bottom : 30px ; }
80
+ section .hero .octicon {
81
+ font-size : 300px ; }
70
82
71
83
code {
72
84
font-family : "Courier New" , Courier, monospace;
@@ -246,15 +258,6 @@ nav {
246
258
float : right;
247
259
clear : right; }
248
260
249
- /* Layout */
250
- .hero {
251
- height : 445px ; }
252
- .hero hgroup {
253
- margin-top : 60px ; }
254
- .hero p {
255
- font-size : 112.5% ;
256
- color : # 0d3f6b ; }
257
-
258
261
.segment-content {
259
262
width : 613.8px ;
260
263
display : inline-block; }
You can’t perform that action at this time.
0 commit comments