Specifying padding in a Flexbox
In a Flexbox component, the padding determines how much space is to be kept clear around the outside of the Flexbox. You can set the padding to be the same for all four sides of the Flexbox, or you can set the padding for each side individually. All padding settings are specified in pixels.
To set the padding for a Flexbox component, use this procedure: