Inner padding for section container children.
static double sectionPadding(bool isTablet) => isTablet ? _tabletSectionPad : _phoneSectionPad;