Fixed Image sizing for directional images

This commit is contained in:
Steven Hall 2021-03-15 21:38:54 -07:00
parent 96eda94127
commit d8e4c64e38
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 ;