Код: Выделить всё
Title
3.
Dummy text
[img]images/image3.jpg[/img]
recommendation
Код: Выделить всё
.column1 {
display: flex;
flex-direction: column;
font-size: 3rem;
width: 100%;
.bottom {
display: grid;
grid-template-columns: 2fr 1fr;
align-items: start;
gap: 1rem;
flex-grow: 1;
width: 100%;
.process-image3 {
max-height: 100%;
max-width: 100%;
object-fit: contain;
height: auto;
flex-grow: 1;
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... -that-stre