Skip to content

Commit

Permalink
Fixes codeforamerica#424 - phone type alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed May 27, 2014
1 parent 913924d commit e391c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/_base.scss
Expand Up @@ -2204,6 +2204,10 @@ body { top: 0px !important; }
{
font-size: $font_size_90;
color: $greyscale_midtone;

// Set line height equal to the height of the adjacent text
line-height: $font_size_100;
vertical-align: text-top;
}
}

Expand Down

0 comments on commit e391c87

Please sign in to comment.