header text size changes

This commit is contained in:
Victoria Wang 2013-07-14 23:11:07 -05:00
parent b7dea9c528
commit c93a33232b
3 changed files with 6 additions and 4 deletions

View file

@ -73,7 +73,7 @@ $outroShadow:inset 0px 7px 10px 0px rgba(0, 0, 0, 0.10);
}
h2{
font-size:24px;
font-size:22px;
margin-bottom:2px;
}
p {
@ -130,6 +130,7 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
h2{
margin-bottom:0;
text-shadow:0 1px 1px rgba(0,0,0,.5);
font-size: 1.8em;
}
hr{
border-bottom:1px solid #4a6677;