Skip to content

Commit

Permalink
add line-height for h1 tags
Browse files Browse the repository at this point in the history
This patch adds line-height to h1 tags to remove overlap.

Signed-off-by: Marcus Nilsson <marcus.nilsson@genarp.com>
  • Loading branch information
mkanilsson committed Sep 6, 2023
1 parent bd8a52d commit 1b9cc64
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 1b9cc64

Please sign in to comment.