Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Schroter committed Jan 27, 2013
1 parent b1ffb83 commit cb30f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assests/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ a:hover {
font-weight: 200;
text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
visibility: hidden;
text-align: center;
}

.jumbotron .btn {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2>Dependencies</h2>
.textillate({ in: { effect: 'flipInY' }});

$('.jumbotron p')
.fitText(5, { minFontSize: 14 })
.fitText(3.2, { maxFontSize: 18 })
.textillate({ initialDelay: 1000, in: { delay: 2, delayScale: 1, shuffle: true } });

setTimeout(function () {
Expand Down

0 comments on commit cb30f91

Please sign in to comment.