Skip to content

Commit

Permalink
Changed font size for h1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesan committed May 6, 2011
1 parent c2bd2e6 commit a3e7784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/job.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: base
---
<article id="content" class="boxFlex1">
<h1 class="larger">{{ page.title }}</h1>
<h1>{{ page.title }}</h1>
{{ content }}
</article>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: base
---
<article id="content" class="boxFlex1">
<h1 class="larger">{{ page.title }}</h1>
<h1>{{ page.title }}</h1>
{{ content }}
</article>

Expand Down
4 changes: 2 additions & 2 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ h1, h2, h3, h4, h5, h6 {
}

.huge, h1 {
font-size: 68px;
line-height: 72px;
font-size: 42px;
line-height: 48px;
letter-spacing: -1px;
}

Expand Down

0 comments on commit a3e7784

Please sign in to comment.