Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

Commit 6805867

Browse files
committed
Improves demo visualization
1 parent cfb8cc4 commit 6805867

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

demo/index.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@
1313

1414
<style is="custom-style" include="demo-pages-shared-styles">
1515
</style>
16+
<style>
17+
demo-snippet {
18+
background: white;
19+
max-width: 980px;
20+
margin: 0 auto;
21+
}
22+
</style>
1623
</head>
1724
<body>
1825

19-
<div class="vertical-section-container centered">
20-
<h3>Basic github-readme Demo</h3>
21-
<demo-snippet>
22-
<template>
23-
<github-readme repo="zenorocha/clipboard.js"></github-readme>
24-
</template>
25-
</demo-snippet>
26-
</div>
26+
<demo-snippet>
27+
<template>
28+
<github-readme repo="zenorocha/clipboard.js"></github-readme>
29+
</template>
30+
</demo-snippet>
2731

2832
</body>
2933
</html>

0 commit comments

Comments
 (0)