Skip to content

Commit 6afac48

Browse files
committed
Reduce width to 800px
1 parent 74b6b6b commit 6afac48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<div style="min-height: calc(100vh - 70px);">
1818
<!-- header box -->
1919
<div style="width: 100%; height: 40px; background-color: #fafbfc; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e1e4e8;">
20-
<div style="max-width: 1024px; margin: auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);">
20+
<div style="max-width: 800px; margin: auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);">
2121
<h3><a href="https://github.com/Microsoft/web-build-tools/wiki">web-build-tools</a> API reference</h3>
2222
</div>
2323
</div>
2424

2525
<!-- page body -->
26-
<div style="max-width: 1024px; margin: auto; padding-top: 50px; padding-bottom: 50px">
26+
<div style="max-width: 800px; margin: auto; padding-top: 50px; padding-bottom: 50px">
2727
{{ content }}
2828
</div>
2929
</div>
3030

3131
<!-- sticky-footer -->
32-
<div style="max-width: 1024px; margin: auto; height: 50px;">
32+
<div style="max-width: 800px; margin: auto; height: 50px;">
3333
<i>Copyright © Microsoft Corporation. All rights reserved.</i>
3434
</div>
3535

0 commit comments

Comments
 (0)