File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ function Content() {
20
20
< div className = "min-h-dvh p-2 sm:p-4 space-y-2 sm:space-y-4 @container" >
21
21
< AppHeader />
22
22
< div className = "flex flex-row" >
23
- < div className = "w-1/2 @7xl :w-1/4 pr-1" >
23
+ < div className = "w-1/3 @8xl :w-1/4 pr-1" >
24
24
< AppSidebar />
25
25
</ div >
26
- < div className = "w-1/2 @7xl :w-3/4 pl-1" >
26
+ < div className = "w-2/3 @8xl :w-3/4 pl-1" >
27
27
< FileNavigator />
28
28
</ div >
29
29
</ div >
Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ code {
143
143
--color-sidebar-accent-foreground : var (--sidebar-accent-foreground );
144
144
--color-sidebar-border : var (--sidebar-border );
145
145
--color-sidebar-ring : var (--sidebar-ring );
146
+ --container-8xl : 96rem ;
147
+ --container-9xl : 120rem ;
148
+ --container-10xl : 144rem ;
146
149
}
147
150
148
151
@layer base {
You can’t perform that action at this time.
0 commit comments