Skip to content

Commit

Permalink
Merge pull request getporter#1871 from carolynvs/heading-space
Browse files Browse the repository at this point in the history
Reduce heading whitespace on blog posts
  • Loading branch information
carolynvs authored Jan 27, 2022
2 parents 6dab64a + 2a72562 commit 63f8ac3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7252,12 +7252,9 @@ nav.home-nav {
.blog-layout .main.blog .content-wrap article {
padding: 0; }
.blog-layout .main.blog .content-wrap article h2 {
padding-top: 4rem;
margin-bottom: 0;
text-transform: capitalize;
letter-spacing: 0.05em;
font-size: 2rem;
margin: 0 0 1rem; }
font-size: 2rem; }
.blog-layout .main.blog .content-wrap article p.date {
margin-top: 0;
padding-top: 0;
Expand Down
3 changes: 0 additions & 3 deletions docs/themes/porter/assets/sass/helm-blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
padding: 0;

h2 {
padding-top: 4rem;
margin-bottom: 0;
text-transform: capitalize;
letter-spacing: 0.05em;
font-size: 2rem;
margin: 0 0 1rem;
}

p.date {
Expand Down

0 comments on commit 63f8ac3

Please sign in to comment.