Skip to content

Commit

Permalink
Merge pull request #1255 from mkanilsson/master
Browse files Browse the repository at this point in the history
add line-height for h1 tags
  • Loading branch information
David-Development authored Sep 7, 2023
2 parents bd8a52d + 1b9cc64 commit 49ffee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions News-Android-App/src/main/assets/web.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ ul li:before {
line-height: 1.5em !important;
}

h1 {
line-height: 1em !important;
}

#imgFavicon {
margin-right: 4px;
vertical-align:middle;
Expand Down

0 comments on commit 49ffee3

Please sign in to comment.