Skip to content

Commit 7d10a2c

Browse files
gracegrimwoodk-wall
authored andcommitted
fix layouts
1 parent 1ec27a9 commit 7d10a2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_layouts/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
</head>
1313
<body class="d-flex flex-column vh-100" data-bs-theme="light">
1414
{% include nav.html %}
15-
<div class="container-fluid" data-bs-theme="light">
16-
<div class="row">
15+
<div class="container-fluid px-0" data-bs-theme="light">
1716
{{ content }}
18-
</div>
1917
</div>
2018
{% include footer.html %}
2119
</body>

0 commit comments

Comments
 (0)