Skip to content

Commit

Permalink
fix: Categories and Tags pages do not have space below the header
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Feb 1, 2020
1 parent 60ae3a9 commit d78f4e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ div.recent-posts p {
max-width: 50em;
}
.article-content p {
margin: 20px 0;
margin: 0 0 20px 0;
}
.article-content ul:not(.related-posts-list):not(.articles-timeline) {
font-size: inherit;
Expand Down Expand Up @@ -190,9 +190,19 @@ div.recent-posts p {
.article-content dt {
font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
margin: 10px 0px;
}
.page-header {
border-bottom: 2px solid maroon;
color: maroon;
margin: 10px 0 30px 0;
}
.page-header h1 {
border: none;
Expand Down
1 change: 0 additions & 1 deletion static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ h5,
h6,
.page-header {
font-weight: normal;
margin: 10px 0px;
text-align: left;
& small {
font-style: italic;
Expand Down

0 comments on commit d78f4e5

Please sign in to comment.