Skip to content

Commit b26d8fe

Browse files
committed
Increase width of index pages
1 parent b9454e8 commit b26d8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h4 class="list-title">Featured Tutorials</h3>
120120
</div>
121121
</div>
122122
<div class="row justify-content-center topic-container flex-shrink-1">
123-
<div class="col-md-12 col-lg-10 col-xl-8">
123+
<div class="docs-content">
124124
<article>
125125
<h1 class="text-center">{{ if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}</h1>
126126
<div>{{ .Content }}</div>

0 commit comments

Comments
 (0)