Skip to content

Commit f5c43c5

Browse files
committed
integrate pages too
1 parent d912743 commit f5c43c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/integration/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ define "main" }}
66
<main class="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden">
77
{{ partial "docs-nav.html" . }}
8-
<div class="py-12 md:pl-4 xl:px-16 overflow-hidden">
8+
<div class="w-full py-12 md:pl-4 xl:px-16 overflow-hidden">
99
{{ partial "breadcrumbs" . }}
1010
<section class="prose w-full py-12 max-w-none">
1111
<h1>{{ .Title }}</h1>

layouts/integration/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ define "main" }}
66
<main class="docs w-full max-w-[1920px] mx-auto px-5 flex flex-col md:flex-row overflow-hidden">
77
{{ partial "docs-nav.html" . }}
8-
<div class="py-12 md:pl-4 xl:px-16 overflow-hidden">
8+
<div class="w-full py-12 md:pl-4 xl:px-16 overflow-hidden">
99
{{ partial "breadcrumbs" . }}
1010
<section class="prose w-full py-12 max-w-none">
1111
<h1>{{ .Title }}</h1>

0 commit comments

Comments
 (0)