Skip to content

Commit

Permalink
fix(typography): remove border from headings in archive page
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Dec 2, 2019
1 parent 4c843e9 commit 817bea8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions static/css/elegant.prod.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,12 @@ small.subtitle {
font-style: italic;
}
h1#my-projects,
h1#recent-posts {
h1#recent-posts,
div.blog-archives h2 {
border: none;
}
h1#my-projects,
h1#recent-posts {
font-size: 2.4rem;
line-height: var(--heading-others-line-height);
}
Expand Down

0 comments on commit 817bea8

Please sign in to comment.