Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
fix font siz
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Feb 18, 2014
1 parent 8ec929f commit 544db3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Expand Up @@ -16,7 +16,8 @@ h1, h2, h3, h4, h5, h6 {
} }


p { p {
line-height: 2rem; line-height: 2.5rem;
font-size: 1.3rem;
} }


.err { .err {
Expand All @@ -34,7 +35,7 @@ body {
font-weight: 300; font-weight: 300;
} }
header, p { header, p {
padding: 20px 0; padding: 33px 0;
} }
footer { footer {
margin-top:10px; margin-top:10px;
Expand Down

0 comments on commit 544db3c

Please sign in to comment.