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
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 : 40 rem ; margin : 0 auto ; padding : 0 1.5 rem " >
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 : 40 rem ; margin : 0 auto ; padding : 0 1.5 rem " >
157157 <h1>Not found</h1>
158158 <p>This page doesn't exist. {{#docs-link "index"}}Head home?{{/docs-link}}</p>
159159 </div >
You can’t perform that action at this time.
0 commit comments