File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/dummy/app/pods/docs/quickstart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ AddonDocs comes with some components to help you showcase your addon. Let's add
69
69
{{#docs-snippet name="quickstart-marketing-index.hbs" title="tests/dummy/app/templates/index.hbs"}}
70
70
{{docs-hero}}
71
71
72
- <div class = " container " >
72
+ <div style = " max-width : 40 rem ; margin : 0 auto ; padding : 0 1.5 rem " >
73
73
{{#docs-demo as |demo|}}
74
74
{{#demo.example name="my-demo.hbs"}}
75
75
<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
153
153
{{/docs-snippet}}
154
154
155
155
{{#docs-snippet name="quickstart-404.hbs" title="tests/dummy/app/templates/not-found.hbs"}}
156
- <div class = " container " >
156
+ <div style = " max-width : 40 rem ; margin : 0 auto ; padding : 0 1.5 rem " >
157
157
<h1>Not found</h1>
158
158
<p>This page doesn't exist. {{#docs-link "index"}}Head home?{{/docs-link}}</p>
159
159
</div >
You can’t perform that action at this time.
0 commit comments