Skip to content

Commit b4a2d0c

Browse files
ctjhoaRobbieTheWagner
authored andcommitted
Fix examples to use docs-container class instead of container (#434)
1 parent 8fa6fdc commit b4a2d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dummy/app/pods/docs/quickstart/template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ AddonDocs comes with some components to help you showcase your addon. Let's add
6969
{{#docs-snippet name="quickstart-marketing-index.hbs" title="tests/dummy/app/templates/index.hbs"}}
7070
{{docs-hero}}
7171

72-
<div class="container">
72+
<div style="max-width: 40rem; margin: 0 auto; padding: 0 1.5rem">
7373
{{#docs-demo as |demo|}}
7474
{{#demo.example name="my-demo.hbs"}}
7575
<p>Make sure to read up on the DocsDemo component before building out this page.</p>
@@ -153,7 +153,7 @@ Add the following route to the end of your router and create the associated temp
153153
{{/docs-snippet}}
154154

155155
{{#docs-snippet name="quickstart-404.hbs" title="tests/dummy/app/templates/not-found.hbs"}}
156-
<div class="container">
156+
<div style="max-width: 40rem; margin: 0 auto; padding: 0 1.5rem">
157157
<h1>Not found</h1>
158158
<p>This page doesn't exist. {{#docs-link "index"}}Head home?{{/docs-link}}</p>
159159
</div>

0 commit comments

Comments
 (0)