Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
style.css: Set all immediate children of .padding-wrapper to width: 100%;
html {
font-family: sans-serif;
}
.padding-wrapper {
padding: 0 1rem;
max-width: 50em;
margin: 0 auto;
}
#readme, #file-tree {
.padding-wrapper > * {
width: 100%; }