Skip to content

Commit

Permalink
Improve font sizes, closes barryclark#57.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Sep 1, 2014
1 parent 1ae4dd0 commit df6911b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/pixyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ textarea.input {

p {
font-weight: 300;
line-height: 1.75rem;
line-height: 1.95rem;
color: #333;
}

Expand Down Expand Up @@ -251,8 +251,8 @@ h6 {

.h1,
h1 {
font-size: 4rem;
line-height: 5rem;
font-size: 3.25rem;
line-height: 4.5rem;
}

.h2,
Expand All @@ -270,7 +270,7 @@ h6 {
.p,
p,
li {
font-size: 1.5rem;
font-size: 1.25rem;
line-height: 2.25rem;
}

Expand Down Expand Up @@ -298,8 +298,8 @@ h6 {
@media screen and (min-width: 64em) {
.h1,
h1 {
font-size: 6rem;
line-height: 8rem;
font-size: 4.5rem;
line-height: 5.5rem;
}

.h2,
Expand Down

0 comments on commit df6911b

Please sign in to comment.