Change padding for input and results containers

The spacing was driving me mad so I figured out how to fix the padding on the form inputs and results containers. Hope it helps!

/* Padding for results container */
[class*="results__Container-sc"] {
  padding: 50px 40px !important;
}

/* Padding for form container (inputs) */
[class*="form__Container-sc"] {
  padding: 50px 40px !important;
}

3 Likes

Hi @Todd :waving_hand:

Your solution works perfectly! Thanks a bunch for sharing it with us :wink:

1 Like