I am new with Blocks

I am trying to get my buttons to all be the same width on my left sidebar. For some reason there is no padding so they are all squished. I am new with blocks so this is very frustrating. Can anyone help me correct this issue?

Here is a link to the page:
https://txmg.org/brazos/central-texas-gardening/

Thank you.

1 Like

Try adding:

.eb-button {
  width: 100%;
}

You may also wish to add a value of max-width such as 250px.