Fixed photos.

This commit is contained in:
Ultradesu
2026-04-20 12:43:53 +03:00
parent 83b67c99cb
commit ce3ce16949
+8
View File
@@ -317,6 +317,14 @@ a {
&__photo { &__photo {
text-align: center; text-align: center;
img {
width: 100%;
aspect-ratio: 3 / 4;
object-fit: cover;
border-radius: 4px;
margin-bottom: 16px;
}
} }
&__photo-placeholder { &__photo-placeholder {