File tree 2 files changed +9
-7
lines changed 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ h3 {
148
148
display : block;
149
149
width : 650px ;
150
150
height : 400px ;
151
- top : 50 % ;
151
+ top : 45 % ;
152
152
left : 50% ;
153
- -webkit-transform : translate (-50% , -50 % );
154
- -moz-transform : translate (-50% , -50 % );
155
- transform : translate (-50% , -50 % );
153
+ -webkit-transform : translate (-50% , -60 % );
154
+ -moz-transform : translate (-50% , -60 % );
155
+ transform : translate (-50% , -60 % );
156
156
position : absolute;
157
157
}
158
158
# intro h1 {
170
170
bottom : 110px ;
171
171
left : 50% ;
172
172
margin-left : -144px ;
173
+ margin-bottom : 50px ;
173
174
}
174
175
# intro .sparkpoint {
175
176
top : 60px ;
@@ -359,6 +360,7 @@ a:hover #speechbubble p:last-child {
359
360
height : 90px ;
360
361
white-space : nowrap;
361
362
transform : translateZ (0 );
363
+ marign-top : 20px ;
362
364
}
363
365
# get-it-now .item {
364
366
font-size : 14px ;
@@ -394,7 +396,7 @@ a:hover #speechbubble p:last-child {
394
396
color : # fff ;
395
397
border-radius : 5px ;
396
398
margin : 0 12px ;
397
- width : 100 px ;
399
+ width : 130 px ;
398
400
position : relative;
399
401
}
400
402
# get-it-now .item .download a : hover {
Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ <h1>ScrollMagic</h1>
162
162
npm install ScrollMagic
163
163
</ code >
164
164
< div class ="item download ">
165
- < a href ="# "> < i class ="fa fa-download "> </ i > Download</ a >
166
- < a href ="# "> < i class ="fa fa-github "> </ i > GitHub </ a >
165
+ < a href ="https://github.com/janpaepke/ScrollMagic/zipball/master "> < i class ="fa fa-download "> </ i > Download (zip) </ a >
166
+ < a href ="https://github.com/janpaepke/ScrollMagic/tarball/master "> < i class ="fa fa-download "> </ i > Download (tar) </ a >
167
167
</ div >
168
168
</ div >
169
169
< img class ="tophat " src ="img/demo_tophat.png ">
You can’t perform that action at this time.
0 commit comments