hmrc / component-library-template

Template files for HMRC's component library
1 stars 16 forks source link

content__body is not used within the template layout #32

Open feedmypixel opened 8 years ago

feedmypixel commented 8 years ago

content__body missing from layout

We don't have content__body in the layout file which means some styles are not being accurately represented.

We need to follow the Basic Layout demonstrated within the component library for the component library! http://hmrc.github.io/assets-frontend/section-layout.html

Of Note

This is a little tricky to implement due to knock on effects from the width property https://github.com/hmrc/assets-frontend/blob/master/assets/scss/layouts/_page.scss#L46-L75