mirror of
https://github.com/zhigang1992/favicongrabber.com.git
synced 2026-04-30 02:24:53 +08:00
Fixed image height in IE11
This commit is contained in:
@@ -39,9 +39,12 @@
|
||||
display: inline-block; /* 3 */
|
||||
padding: 1rem;
|
||||
|
||||
$image-size: 7rem - 1rem * 2;
|
||||
|
||||
img {
|
||||
display: block; /* 1 */
|
||||
max-width: 7rem - 1rem * 2;
|
||||
max-height: $image-size;
|
||||
max-width: $image-size;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user