FIX: Размеры thumb в каталоге (css)

This commit is contained in:
Evg 2022-09-19 17:58:39 +03:00
parent b932eccb9f
commit 3ef361963b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -45,7 +45,7 @@
.list-items__thumb-image {
box-sizing: border-box;
width: 200px;
height: 140px;
height: 160px;
box-shadow: 0 2px 4px -1px rgb(0 0 0 / 15%);
}