File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Skeleton provides a uniform design language and structured framework for control
89
89
90
90
<div className = " grid grid-cols-1 md:grid-cols-2 gap-4" >
91
91
92
- <div className = " col-span-2 card preset-outlined-surface-200-800 bg-surface-50-950 p-10 space-y-4" >
92
+ <div className = " col-span-1 md:col-span- 2 card preset-outlined-surface-200-800 bg-surface-50-950 p-10 space-y-4" >
93
93
<h3 className = " h3" >Functional Components</h3 >
94
94
{ /* prettier-ignore */ }
95
95
<p className = " text-surface-700-300" >
Original file line number Diff line number Diff line change @@ -64,14 +64,11 @@ const urls = {
64
64
<!-- Page -->
65
65
<div class =" container mx-auto grid grid-cols-1 xl:grid-cols-[240px_minmax(0px,_1fr)_280px] px-4 xl:px-10" >
66
66
<!-- Navigation -->
67
- <aside
68
- class =" hidden xl:block self-start sticky top-[70px] h-[calc(100vh-70px)] py-4 xl:py-10 !pb-96 overflow-y-auto pr-10"
69
- data-navigation
70
- >
67
+ <aside class =" hidden xl:block self-start sticky top-[70px] h-[calc(100vh-70px)] py-4 xl:py-10 overflow-y-auto pr-10" data-navigation >
71
68
<Navigation />
72
69
</aside >
73
70
<!-- Main -->
74
- <main class =" px-4 xl:px-10 py-10 !pb-96 space-y-8 [&_.scroll-header]:scroll-mt-[calc(70px+40px)]" >
71
+ <main class =" px-4 xl:px-10 py-10 space-y-8 [&_.scroll-header]:scroll-mt-[calc(70px+40px)]" >
75
72
<!-- Header -->
76
73
<header class =" scroll-header space-y-4" data-pagefind-body id =" _top" >
77
74
<!-- Breadcrumbs -->
You can’t perform that action at this time.
0 commit comments