Skip to content

Commit

Permalink
fix line height for wallpaper, but dont make wallpaper ginromous
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell committed Jul 2, 2012
1 parent 593f056 commit 36ef49d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/new_styles/_canvas.scss
Expand Up @@ -52,11 +52,22 @@ a.logo{
&.x2.width .content {
@include wide();

p {
font-size : 1.5em;
line-height : 1em;
}
}

&.x2.width.wallpaper .content {
@include wide();

p {
font-size : 29px;
line-height: 34.75px;
}
}


}

.canvas-frame {
Expand Down

0 comments on commit 36ef49d

Please sign in to comment.