Panel Width

How we can set width of the panel so both icons are next to each other?

views:
  - type: sections
    max_columns: 4
    title: Cl
    path: cl
    sections:
      - type: grid
        cards:
          - type: heading
            heading: New section
          - type: custom:button-card
            entity: binary_sensor.ping1
            name: Internet
            state:
              - value: 'on'
                icon: mdi:lan-connect
                color: Green
              - value: 'off'
                icon: mdi:lan-disconnect
                color: Red
            styles:
              card:
                - width: min(100vw, 100px)
                - height: min(100vw, 100px)
          - type: custom:button-card
            entity: binary_sensor.ping2
            name: Google
            state:
              - value: 'on'
                icon: mdi:lan-connect
                color: Green
              - value: 'off'
                icon: mdi:lan-disconnect
                color: Red
            styles:
              card:
                - width: min(100vw, 100px)
                - height: min(100vw, 100px)
        column_span: 4