fix: adjust docs page layout to match other pages (max-w-6xl, pt-20, centered title)
Docker Build / Build and Push Docker Image (push) Successful in 4m43s
Docker Build / Build and Push Docker Image (push) Successful in 4m43s
This commit is contained in:
+3
-3
@@ -250,10 +250,10 @@ export function Docs() {
|
||||
|
||||
return (
|
||||
<PublicLayout>
|
||||
<div className='mx-auto max-w-7xl px-4 py-8 sm:px-6 lg:px-8'>
|
||||
<div className='mx-auto w-full max-w-6xl px-4 pt-20 pb-12'>
|
||||
{/* Page header */}
|
||||
<div className='mb-8'>
|
||||
<h1 className='text-3xl font-bold tracking-tight text-foreground'>
|
||||
<div className='mb-8 text-center'>
|
||||
<h1 className='text-2xl font-bold tracking-tight sm:text-3xl text-foreground'>
|
||||
{t('Documentation')}
|
||||
</h1>
|
||||
<p className='mt-2 text-muted-foreground'>
|
||||
|
||||
Reference in New Issue
Block a user