Entities configuration

Hi, i’m looking for a way to do the card in a more compact way

actually i’m using slider entity row to add the slider

the best option would be to reduce the height of the entities, but i didn’t find how

anyone has a suggestion?
Here the code

Card-mod will allow you to adjust the CSS padding or margin around each entity.

Any way to stretch or compress/reduce the height of each entity, I tried with line-height but it reduce only the text height. Tried height but no change.

I’d like the card to be like 70% of the actual height

fond a solution, with

style: |
      div {
        box-sizing: border-box;
        height: 25px;
      }

with a fixed height