Hi Pako
Yes, Do want to resize sidebar widgets, so you have to add below CSS in Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
.sidebar .widget {
width: 80%;
}
You can set the sidebar widgets width as per the need.
Let us know if it works.
Thanks