Skip to content

Commit d8e7e71

Browse files
author
Nicholas Cerminara
committed
Jans QA items ❤️
1 parent 4e167b1 commit d8e7e71

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

css/demo.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ h3 {
148148
display: block;
149149
width: 650px;
150150
height: 400px;
151-
top: 50%;
151+
top: 45%;
152152
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%);
156156
position: absolute;
157157
}
158158
#intro h1 {
@@ -170,6 +170,7 @@ h3 {
170170
bottom: 110px;
171171
left: 50%;
172172
margin-left: -144px;
173+
margin-bottom: 50px;
173174
}
174175
#intro .sparkpoint {
175176
top: 60px;
@@ -359,6 +360,7 @@ a:hover #speechbubble p:last-child {
359360
height: 90px;
360361
white-space: nowrap;
361362
transform: translateZ(0);
363+
marign-top: 20px;
362364
}
363365
#get-it-now .item {
364366
font-size: 14px;
@@ -394,7 +396,7 @@ a:hover #speechbubble p:last-child {
394396
color: #fff;
395397
border-radius: 5px;
396398
margin: 0 12px;
397-
width: 100px;
399+
width: 130px;
398400
position: relative;
399401
}
400402
#get-it-now .item.download a:hover {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ <h1>ScrollMagic</h1>
162162
npm install ScrollMagic
163163
</code>
164164
<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>
167167
</div>
168168
</div>
169169
<img class="tophat" src="img/demo_tophat.png">

0 commit comments

Comments
 (0)