Skip to content

Commit

Permalink
Adjust typography for small display
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliang committed Feb 23, 2013
1 parent 170b08b commit 16a1534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/main.css
Expand Up @@ -7,7 +7,7 @@ body { color: #333; font-size: 15px; font-family: "Lucida Sans", sans-serif; lin
a { color: #226ae9; }
a:hover { color: #08c; }

h1 { font-family: "Microsoft YaHei", Overlock, sans-serif; font-weight: bold; font-size: 30px; line-height: 90px; }
h1 { font-family: "Microsoft YaHei", Overlock, sans-serif; font-weight: bold; font-size: 30px; line-height: 60px; }

h2 { font-family: "Microsoft YaHei", Overlock, sans-serif; font-weight: bold; font-size: 24px; color: #113D8B; line-height: 48px; }

Expand Down
2 changes: 1 addition & 1 deletion static/css/main.scss
Expand Up @@ -46,7 +46,7 @@ a {
h1 {
@include headings;
font-size: $h1size;
line-height: $h1size * 3;
line-height: $h1size * 2;
}

h2 {
Expand Down

0 comments on commit 16a1534

Please sign in to comment.