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{ h2{
font-size:24px; font-size:22px;
margin-bottom:2px; margin-bottom:2px;
} }
p { p {
@ -130,6 +130,7 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
h2{ h2{
margin-bottom:0; margin-bottom:0;
text-shadow:0 1px 1px rgba(0,0,0,.5); text-shadow:0 1px 1px rgba(0,0,0,.5);
font-size: 1.8em;
} }
hr{ hr{
border-bottom:1px solid #4a6677; border-bottom:1px solid #4a6677;

View file

@ -997,7 +997,7 @@ h1.logo img {
padding-right: 12px; padding-right: 12px;
margin-bottom: 18px; } margin-bottom: 18px; }
.intro-List h2 { .intro-List h2 {
font-size: 24px; font-size: 22px;
margin-bottom: 2px; } margin-bottom: 2px; }
.intro-List p { .intro-List p {
color: #B2BCC1; } color: #B2BCC1; }
@ -1041,7 +1041,8 @@ h1.logo img {
position: static; } } position: static; } }
.signup-Form h2 { .signup-Form h2 {
margin-bottom: 0; margin-bottom: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
font-size: 1.8em; }
.signup-Form hr { .signup-Form hr {
border-bottom: 1px solid #4a6677; border-bottom: 1px solid #4a6677;
border-top: 1px solid #1d282d; border-top: 1px solid #1d282d;

File diff suppressed because one or more lines are too long