File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const InstanceTabs = () => {
53
53
( tab ) =>
54
54
tab . path === path && (
55
55
< div
56
- className = "gutter-stable -mx-4 flex grow flex-row items-stretch overflow-y-auto pl-4 pr-2"
56
+ className = "gutter-stable -mx-3 flex grow flex-row items-stretch overflow-y-auto pl-4 pr-2"
57
57
key = { `${ instance . name } -${ tab . title } ` }
58
58
>
59
59
< div className = "flex h-fit min-h-full w-full flex-col gap-16 pt-6 pb-10 focus:outline-none" >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const Home = () => {
57
57
58
58
return (
59
59
// used to possibly center the content
60
- < div className = "relative flex h-full w-full flex-row justify-center overflow-y-scroll px-4 pt-8 pb-10 @container" >
60
+ < div className = "relative mx-auto flex h-full w-full max-w-4xl flex-row justify-center overflow-y-scroll pt-8 pb-10 @container" >
61
61
{ /* main content container */ }
62
62
< div className = "flex h-fit min-h-full w-full grow flex-col items-start gap-2" >
63
63
< h1 className = "font-title text-2xlarge font-bold tracking-tight text-gray-300" >
You can’t perform that action at this time.
0 commit comments