Last Changes for my Lovelance -> Need help please

Hello everyone,

i Have finally done my Setup in Lovelance, where what to show.

Now i’m tuning the Board so i it would look nice and i hope, you guys can help me.

First problem for me is shown here:

I would like to change the left one at the same looking which is the right one.

The Code is:

  - type: horizontal-stack
    cards:
      - type: glance
        styles:
          card:
            - width: 100px
            - height: 110px
          name:
            - font-size: 14px
            - margin-bottom: 15px
          state:
            - font-size: 120%
            - font-weight: bold
        entities:
          - entity: sensor.pv_today_gen
            show_icon: false
            show_state: true
            state_display: '[[[ return entity.state + "kWh" ]]]'
            name: Erzeugung
            tap_action:
              action: none
            styles:
              card:
                - width: 100px
                - height: 110px
              name:
                - font-size: 14px
                - margin-bottom: 15px
              state:
                - font-size: 120%
                - font-weight: bold
          - entity: sensor.pv_aktueller_verbrauch
            name: Verbrauch
            tap_action:
              action: none
          - entity: sensor.pv_today_bezug
            name: Bezug
            tap_action:
              action: none
      - type: 'custom:button-card'
        entity: sensor.pv_akku
        show_icon: false
        show_state: true
        name: Akku
        state_display: '[[[ return entity.state + "%" ]]]'
        styles:
          card:
            - width: 100px
            - height: 110px
          name:
            - font-size: 14px
            - margin-bottom: 15px
          state:
            - font-size: 120%
            - font-weight: bold

You see i tried it, but i totally lost :frowning:

can someone help me?

Thx