Hi Gregg,
Seems that the class “md-container” overrides the default container padding.
You can either change the padding of the class from
35px 0
to
35px 15px
Or create a new class with the desired paddings and a media query so that the class will only be active on certain view points. If you do this - don’t forget to add the class to the group/module
Best, Anton