K
K
KRHD2019-05-27 09:11:32
css
KRHD, 2019-05-27 09:11:32

Why is there more block and image in one block and less in another?

The page where this happens
contentservice.agency/new/cases/?service=1026
Block with cases

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
archelon, 2019-05-27
@archelon

because you have the width (more precisely flex-basis) of the case-information block is automatic, it depends on the content.

.case .image {
   flex: 1 1 150px;
}
.case-information {
   flex: 1 1 100%;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question