File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<footer
2
- class =" 2xl:max-w-8xl mx-auto max-w-5xl px-5 pb-5 pt-20 xl:max-w-7xl"
2
+ class =" mx-auto max-w-5xl px-5 pb-5 pt-20 xl:max-w-7xl 2xl:max-w-[90rem] "
3
3
aria-labelledby =" footer-heading"
4
4
>
5
5
<h2
Original file line number Diff line number Diff line change 1
1
<x-layout :hasMenu =" ! empty($sidebarLeft)" >
2
2
{{-- Main container --}}
3
3
<main
4
- class =" 2xl:max-w-8xl mx-auto flex w-full max-w-5xl grow px-4 pt-1 xl:max-w-7xl"
4
+ class =" mx-auto flex w-full max-w-5xl grow px-4 pt-1 xl:max-w-7xl 2xl:max-w-[90rem] "
5
5
>
6
6
{{-- Left sidebar --}}
7
7
@if (! empty ($sidebarLeft ) )
@@ -12,7 +12,7 @@ class="2xl:max-w-8xl mx-auto flex w-full max-w-5xl grow px-4 pt-1 xl:max-w-7xl"
12
12
13
13
<div class =" flex w-full min-w-0 grow px-2 pt-2" >
14
14
{{-- Content --}}
15
- <article class =" flex w-full min-w-0 grow flex-col px -5" >
15
+ <article class =" flex w-full min-w-0 grow flex-col lg:pl-5 xl:pr -5" >
16
16
{{ $slot } }
17
17
</article >
18
18
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class="sticky top-0 z-50 flex flex-col items-center justify-center px-3"
6
6
>
7
7
<div
8
8
:class =" scrolled ? 'ring-gray-200/80 dark:ring-gray-800/50 translate-y-3 bg-white/50 dark:bg-white/5' : 'ring-transparent dark:bg-transparent'"
9
- class =" 2xl:max-w-8xl mx-auto flex w-full max-w-5xl items-center justify-between gap-5 rounded-2xl px-5 py-4 ring-1 backdrop-blur-md transition duration-200 ease-out xl:max-w-7xl"
9
+ class =" mx-auto flex w-full max-w-5xl items-center justify-between gap-5 rounded-2xl px-5 py-4 ring-1 backdrop-blur-md transition duration-200 ease-out xl:max-w-7xl 2xl:max-w-[90rem] "
10
10
>
11
11
{{-- Left side --}}
12
12
<div class =" flex items-center gap-3" >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class="mt-2 flex flex-col space-y-2 border-l text-xs dark:border-l-white/15"
44
44
</div >
45
45
46
46
<div
47
- class =" prose mt-8 dark:prose-invert prose-headings:scroll-mt-20 prose-headings:text-gray-800 sm:prose-headings:scroll-mt-32 dark:prose-headings:text-gray-50"
47
+ class =" prose mt-8 max-w-none dark:prose-invert prose-headings:scroll-mt-20 prose-headings:text-gray-800 sm:prose-headings:scroll-mt-32 dark:prose-headings:text-gray-50"
48
48
>
49
49
{!! $content ! !}
50
50
</div >
You can’t perform that action at this time.
0 commit comments