Skip to content

Commit

Permalink
fix heading styles (#28) and remove stylus files
Browse files Browse the repository at this point in the history
  • Loading branch information
kentnek committed Jun 20, 2020
1 parent 88ab34d commit 2e0af76
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 787 deletions.
17 changes: 4 additions & 13 deletions assets/scss/partials/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,10 @@ html {
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
h1, h2, h3, h4, h5, h6 {
margin-top: $leading;
margin-bottom: 0;
line-height: $leading;

code {

}
}

h1 {
Expand All @@ -46,15 +37,15 @@ h2 {
}

h3 {
font-size: $scale / 2 * 1rem;
font-size: ($scale / 1.2) * 1rem;
}

h4 {
font-size: $scale / 3 * 1rem;
font-size: ($scale / 1.44) * 1rem;
}

h5 {
font-size: $scale / 4 * 1rem;
font-size: ($scale / 1.728) * 1rem;
}

p {
Expand Down
19 changes: 0 additions & 19 deletions src/js/index.js

This file was deleted.

18 changes: 0 additions & 18 deletions src/styles/_main.styl

This file was deleted.

54 changes: 0 additions & 54 deletions src/styles/pages/about.styl

This file was deleted.

201 changes: 0 additions & 201 deletions src/styles/pages/post.styl

This file was deleted.

47 changes: 0 additions & 47 deletions src/styles/pages/posts.styl

This file was deleted.

Loading

0 comments on commit 2e0af76

Please sign in to comment.