How to remove gap in lovelace

Hello,
How could I remove the gap between the cards ?

image

type: custom:button-card
name: |
  [[[ return states['sensor.day'].state + ", " + states['sensor.date'].state ]]]
label: |
  [[[ return states['sensor.time'].state ]]]
show_label: true
styles:
type: custom:stack-in-card
mode: horizontal
cards:
  - type: custom:mushroom-person-card
    entity: person.kuba
    fill_container: true
  - type: custom:mushroom-chips-card
    chips:
type: vertical-stack
cards:
  - type: custom:mushroom-title-card
  - square: false
    columns: 2
    type: grid
    cards:
      - type: custom:button-card
        name: Kuba

I tried card mod, padding and can’t get to make it

Thanks