Files
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

14 lines
158 B
CSS
Vendored

body {
width: 800px;
margin: 0 auto;
}
#graph {
width: 800px;
height: 250px;
margin: 20px auto 0 auto;
}
pre {
height: 250px;
overflow: auto;
}