WordPress / gutenberg-starter-theme

A simple theme for testing Gutenberg.
GNU General Public License v2.0
689 stars 168 forks source link

Update content width to match Gutenberg. #49

Closed kjellr closed 6 years ago

kjellr commented 6 years ago

The stylesheet imposes a maximum content width of 740px (720px in some areas).

This PR updates that to 636px, to match the width in Gutenberg (reference). It also updates the max-width of the navigation to the same value for consistency.

karmatosed commented 6 years ago

Potentially because of other PRs this seems to have conflicts, could you update those please?

kjellr commented 6 years ago

Should be all set now. Thanks, @karmatosed!