Hi is it possible to set for instance padding programmatically for several elements at once.
For instance a state for page width above 768 and one below 768, decreasing padding on a group of elements from 40 to 20 to make it look good on mobile. Until now I have been using conditionals on each object, which can be cumbersome.

