Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
tweaking font stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMorgan committed Sep 20, 2015
1 parent a23122a commit f097b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sass/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@ $button-size: 1.5rem;
@include font-rem(28);
border-bottom: 1px solid lighten($black,70);
}
.recent-posts {
h3{
padding-bottom:2px;
}
}
article {
h2 {
margin-bottom: 4px;
Expand Down
1 change: 1 addition & 0 deletions _sass/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
@include font-size(32);
line-height:35px;
}
h2 {
@include font-size(28);
Expand Down

0 comments on commit f097b94

Please sign in to comment.