Skip to content

Commit bf6ff58

Browse files
authored
add main-content class to content on minimal layouts (thanks @lrdodge)
1 parent 8b01411 commit bf6ff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/minimal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616

17-
<div role="main" class="container">
17+
<div role="main" class="container main-content">
1818
{{ content }}
1919
</div>
2020

0 commit comments

Comments
 (0)