img size css

master
Boris Voropaev 2023-09-27 16:16:03 +03:00
parent dfd4b9774b
commit ed08235966
1 changed files with 3 additions and 1 deletions

View File

@ -37,8 +37,10 @@
}
.image {
img{
padding: 16px;
width: 265px;
object-fit: cover;
object-fit:contain;
background-color: #FFF;
height: 190px;
border-radius: 12px;
border: 1px solid rgba(45, 45, 45, 0.27);