Change of font space for title
This commit is contained in:
parent
a62a30bd9b
commit
c0fbe7d4a5
2 changed files with 4 additions and 4 deletions
|
|
@ -105,8 +105,8 @@ export function ExportPage() {
|
|||
|
||||
return (
|
||||
<div className="min-h-screen bg-background">
|
||||
<main className="mx-auto max-w-7xl px-6 py-8">
|
||||
<div className="mb-8 flex flex-col gap-1">
|
||||
<main className="mx-auto max-w-7xl px-6 py-4">
|
||||
<div className="mb-8 flex flex-col gap-0.5">
|
||||
<h1 className="text-2xl font-semibold tracking-tight">
|
||||
Export Model
|
||||
</h1>
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ export function StudioPage(): ReactElement {
|
|||
|
||||
return (
|
||||
<div className="min-h-screen bg-background">
|
||||
<main className="mx-auto max-w-7xl px-6 py-8">
|
||||
<main className="mx-auto max-w-7xl px-6 py-4">
|
||||
{/* Header */}
|
||||
<div className="mb-8 flex flex-col gap-1">
|
||||
<div className="mb-8 flex flex-col gap-0.5">
|
||||
<h1 className="text-2xl font-semibold tracking-tight">
|
||||
Fine-tuning Studio
|
||||
</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue