Skip to content

Commit

Permalink
Merge pull request wesbos#112 from apopitich/fix-extra-code
Browse files Browse the repository at this point in the history
fix extra code
  • Loading branch information
wesbos authored Feb 15, 2017
2 parents a799bd3 + 0fbaa78 commit 86bade4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 20 - Speech Detection/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
line-height:3rem;
}
p {
margin: 0 0 3rem 0;
margin: 0 0 3rem;
}

.words:before {
Expand Down
2 changes: 1 addition & 1 deletion 20 - Speech Detection/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
line-height:3rem;
}
p {
margin: 0 0 3rem 0;
margin: 0 0 3rem;
}

.words:before {
Expand Down
5 changes: 1 addition & 4 deletions 23 - Speech Synthesis/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ body {

h1 {
width:calc(100% + 4rem);
margin: 0;
margin-left: -2rem;
margin-top: -2rem;
margin-bottom: 2rem;
margin: -2rem 0 2rem -2rem;
padding:.5rem;
background: #ffc600;
border-bottom: 5px solid #F3C010;
Expand Down
2 changes: 1 addition & 1 deletion 26 - Stripe Follow Along Nav/index-FINISHED.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2>Cool</h2>
border-radius: 4px;
box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
transition:all 0.3s, opacity 0.1s, translate 0.2s;
transform-origin: 50% 0%;
transform-origin: 50% 0;
display: flex;
justify-content: center;
opacity:0;
Expand Down
2 changes: 1 addition & 1 deletion 26 - Stripe Follow Along Nav/index-START.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2>Cool</h2>
border-radius: 4px;
box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
transition:all 0.3s, opacity 0.1s, translate 0.2s;
transform-origin: 50% 0%;
transform-origin: 50% 0;
display: flex;
justify-content: center;
opacity:0;
Expand Down

0 comments on commit 86bade4

Please sign in to comment.