We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dfa60 commit 1429f4aCopy full SHA for 1429f4a
static/styles/_layout.scss
@@ -49,5 +49,9 @@ $nav-width: 15rem;
49
50
.layout-main {
51
padding-left: $nav-width + 2rem;
52
- max-width: 80rem;
+}
53
+
54
+.content-wrapper {
55
+ max-width: 70rem;
56
+ margin: 0 auto;
57
}
tmpl/layout.tmpl
@@ -21,8 +21,10 @@
21
</nav>
22
</div>
23
<div id="main" class="layout-main">
24
- <h1 class="page-title"><?js= title ?></h1>
25
- <?js= content ?>
+ <div class="content-wrapper">
+ <h1 class="page-title"><?js= title ?></h1>
26
+ <?js= content ?>
27
+ </div>
28
29
30
0 commit comments