correct line-height for issue subject

This commit is contained in:
mrliptontea
2015-03-01 17:26:09 +01:00
parent dfe9588b04
commit 2311f44a0e
2 changed files with 3 additions and 3 deletions

View File

@@ -41,11 +41,11 @@
> .subject {
h3 {
margin-bottom: 5px;
margin-bottom: .3em;
color: $gray-darkest;
font-size: $issue-heading-size * 1em;
font-weight: bold;
line-height: $headings-line-height;
line-height: 1.2;
}
p {

File diff suppressed because one or more lines are too long