Merge pull request #187 from hallzy/fixed-image-sizing

Fixed Image sizing for directional images
This commit is contained in:
Luke Smith 2021-03-16 14:22:44 -04:00 committed by GitHub
commit bb9e983c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ code {
color: lime ; color: lime ;
} }
li img { img[alt="BTC logo"],
img[alt="XMR Logo"] {
max-width: 1em ; max-width: 1em ;
max-height: 1em ; max-height: 1em ;
display: inline ; display: inline ;