Skip to content

Commit e247495

Browse files
committed
Set page max-width at 800px
there was a lot of blank space in compare site. This change would help moving the content near to screen central.
1 parent 1228e59 commit e247495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/compare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
</style>
2020
</head>
21-
<body class="container">
21+
<body class="container" style="max-width:800px">
2222
<div>&gt; <a href="index.html">graphs</a>, <a href="compare.html">compare</a>,
2323
<a href="dashboard.html">dashboard</a>, <a href="bootstrap.html">bootstrap</a>,
2424
<a href="status.html">status</a>.</div>

0 commit comments

Comments
 (0)