We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9a53c commit 29f3ba9Copy full SHA for 29f3ba9
css/elements.css
@@ -110,6 +110,8 @@ body {
110
111
#spec-container {
112
padding: 0 20px;
113
+ max-width: 80rem;
114
+ margin: 0 auto;
115
flex-grow: 1;
116
flex-basis: 66%;
117
box-sizing: border-box;
@@ -319,6 +321,7 @@ emu-note {
319
321
border-left: 5px solid #52e052;
320
322
background: #e9fbe9;
323
padding: 10px 10px 10px 0;
324
+ overflow-x: auto;
325
}
326
327
emu-note > span.note {
@@ -728,7 +731,8 @@ emu-annex emu-annex emu-annex emu-annex emu-annex emu-annex {
728
731
/* Figures and tables */
729
732
figure {
730
733
display: block;
- margin: 1em 0 3em 0;
734
735
+ margin: 1.5em 0;
736
737
figure object {
738
0 commit comments