Skip to content

Commit

Permalink
docs(style): increase font size
Browse files Browse the repository at this point in the history
Via @maxdow

Closes angular#132
Closes angular#218
  • Loading branch information
btford committed Mar 30, 2015
1 parent f1befb2 commit e27e1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

body {
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
font:16px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#222;
font-weight:300;
}

Expand Down Expand Up @@ -209,4 +209,4 @@ footer {
font-size:12pt;
color:#444;
}
}
}

0 comments on commit e27e1e1

Please sign in to comment.