Skip to content

Commit

Permalink
Make height of image working with yahoo (#36201)
Browse files Browse the repository at this point in the history
In yahoo it not show `height` but shows `max-height`.
I tested remove `hieght` and show the result on yahoo, google and outlook, it's perfect, but i would prefer use `height` too with it for anything would happen.
  • Loading branch information
MostafaRabia authored Feb 9, 2021
1 parent 2f96f84 commit b6e38e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ img {

.logo {
height: 75px;
max-height: 75px;
width: 75px;
}

Expand Down

0 comments on commit b6e38e8

Please sign in to comment.