Skip to content

Commit 4ff5996

Browse files
committed
fix: remove redundant horizontal padding for single page content
1 parent 9076f23 commit 4ff5996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h5 class="offcanvas-title" id="offcanvas-label">{{ strings.FirstUpper $.Section
2222
<div class="col col-{{ $breakpoint.next }}-2 d-none d-{{ $breakpoint.next }}-block sidebar-overflow sticky-top pt-5">
2323
{{ $sidebar | safeHTML }}
2424
</div>
25-
<div class="col-12 col-{{ $breakpoint.current }}-9 col-{{ $breakpoint.next }}-8 mb-5 p-4">
25+
<div class="col-12 col-{{ $breakpoint.current }}-9 col-{{ $breakpoint.next }}-8 mb-5 py-4">
2626
{{ .Render "header" }}
2727

2828
{{ .Render "body" }}

0 commit comments

Comments
 (0)