Skip to content

Commit fd0fe31

Browse files
made home the same width as an instance's overview page
1 parent 345cd4c commit fd0fe31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/InstanceTabs/InstanceTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const InstanceTabs = () => {
5353
(tab) =>
5454
tab.path === path && (
5555
<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"
5757
key={`${instance.name}-${tab.title}`}
5858
>
5959
<div className="flex h-fit min-h-full w-full flex-col gap-16 pt-6 pb-10 focus:outline-none">

src/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Home = () => {
5757

5858
return (
5959
// 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">
6161
{/* main content container */}
6262
<div className="flex h-fit min-h-full w-full grow flex-col items-start gap-2">
6363
<h1 className="font-title text-2xlarge font-bold tracking-tight text-gray-300">

0 commit comments

Comments
 (0)