stop inline images from causing page jumps

pull/143/head
Aevann 2023-05-02 19:54:37 +03:00
parent bbcef78a5c
commit c45de1dfef
1 changed files with 5 additions and 0 deletions

View File

@ -7356,3 +7356,8 @@ button, .btn {
object-fit: contain;
object-position: left;
}
.img {
height: 100%;
width: auto;
}