Skip to content

Commit

Permalink
fix(typography): make headings align to the left instead of justify
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Dec 5, 2019
1 parent af9649f commit 101285e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/elegant.prod.css

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

1 change: 1 addition & 0 deletions static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ h6 {
Times, Serif;
font-weight: normal;
margin: 10px 0px;
text-align: left;
& small {
font-style: italic;
}
Expand Down

0 comments on commit 101285e

Please sign in to comment.