Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Make more room for status boxes to avoid overlapping the spec text #37

Merged
merged 2 commits into from
Nov 28, 2016

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Nov 28, 2016

Part of whatwg/html#2096.

@@ -1,7 +1,7 @@
/* WHATWG Green: sRGB #3c790a, rgb(60, 121, 10) */

html { margin: 0; padding: 0; background: white; color: black; }
body { margin: 0 auto; padding: 0 1.5em 2em 2.5em; max-width: 80em; background: white; color: black; }
body { margin: 0 auto; padding: 0 10em 2em 2.5em; max-width: 80em; background: white; color: black; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this not look weird due to it no longer being in the center? Perhaps we should only apply the padding if the width of the viewport is less than 90em?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@zcorpan zcorpan merged commit ef0bbe6 into master Nov 28, 2016
@zcorpan zcorpan deleted the zcorpan/status-overlap branch November 28, 2016 10:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants