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

Commit

Permalink
Make more room for status boxes to avoid overlapping the spec text
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Nov 28, 2016
1 parent b245e7c commit ef0bbe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion standard.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/* 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 2.5em 2em 2.5em; max-width: 80em; background: white; color: black; }
@media (max-width: 100em) {
body { padding-right: 10em; }
}

@keyframes fade-target {
0%, 50% { background:yellow }
Expand Down

0 comments on commit ef0bbe6

Please sign in to comment.