13 lines
163 B
CSS
13 lines
163 B
CSS
body {
|
|
max-width: 650px;
|
|
margin: 0 auto;
|
|
padding: 2em;
|
|
}
|
|
|
|
pre {
|
|
background: #f4f4f4;
|
|
border-radius: 4px;
|
|
padding: 4px;
|
|
margin: 0 -4px;
|
|
overflow-x: auto;
|
|
}
|