Skip to content

Commit

Permalink
fit text on the contact email unit
Browse files Browse the repository at this point in the history
  • Loading branch information
travisneilson committed Sep 2, 2014
1 parent 329b464 commit 880ebd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions assets/css/3-sections/_contact.sass
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,5 @@
size: 72px
weight: 300
line-height: 1

@media (max-width: 800px)
font-size: 38px

@media (max-width: 600px)
font-size: 24px

@media (max-width: 480px)
font-size: 18px
width: 90%
margin: 0 auto
4 changes: 2 additions & 2 deletions assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ $(function() {
smoothScroll(300);
workBelt();
workLoad();

clientStuff();

$("header h1").fitText(1, { minFontSize: '20px', maxFontSize: '72px' })
$("header h1").fitText(1, { minFontSize: '20px', maxFontSize: '72px' });
$(".biglink").fitText(1.5);

});

Expand Down

0 comments on commit 880ebd5

Please sign in to comment.