Skip to content

Commit

Permalink
fix(typography): remove unit from line height
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Dec 4, 2019
1 parent 80a85c7 commit 10286a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ table.highlighttable tbody > tr:nth-child(odd) > td {
"Lucida Sans", Arial, Sans-Serif;
}
.articles-in-tag li {
font: 1.1em/1.6em "Trebuchet MS", Trebuchet, "Lucida Sans Unicode",
font: 1.1em/1.6 "Trebuchet MS", Trebuchet, "Lucida Sans Unicode",
"Lucida Grande", "Lucida Sans", Arial, Sans-Serif;
}
/* Article */
.article-content,
div.recent-posts p {
font: 1.2em/1.6em "PT Serif", Georgia, "Times New Roman", Times, Serif;
font: 1.2em/1.6 "PT Serif", Georgia, "Times New Roman", Times, Serif;
text-align: justify;
}
.article-content {
Expand All @@ -172,7 +172,7 @@ div.recent-posts p {
div.recent-posts p {
font-size: inherit;
font-variant: normal;
line-height: 1.6em;
line-height: 1.6;
text-transform: none;
}
.article-content p {
Expand Down
Loading

0 comments on commit 10286a1

Please sign in to comment.