Skip to content

Commit

Permalink
Update 1.1.2
Browse files Browse the repository at this point in the history
Small patch to fix line height on post titles.

Also, the dist folder is now hidden
  • Loading branch information
Ian Paschal committed Oct 25, 2017
1 parent a03dada commit 50c596e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
dist
2 changes: 1 addition & 1 deletion assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h1 {
font-weight: 300;
line-height: 40px;
}
.blog-title, .post-title, .author-name {
.blog-title, .author-name {
line-height: 24px;
}
h2 {
Expand Down

0 comments on commit 50c596e

Please sign in to comment.