Update page.tsx
margin top smaller
This commit is contained in:
parent
53dfe6fe8b
commit
38d7af04a3
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export default function Home() {
|
|||
<Search className="h-4 w-4 text-muted-foreground absolute top-1/2 -translate-y-1/2 left-3" />
|
||||
</div>
|
||||
</div>
|
||||
<p style={{ fontSize: '1rem', fontWeight: 'normal', marginTop: '1rem' }}>{splashText}</p>
|
||||
<p style={{ fontSize: '1rem', fontWeight: 'normal', marginTop: '0.4rem' }}>{splashText}</p>
|
||||
{shortcuts.length > 0 && (
|
||||
<div className="py-2 flex flex-wrap gap-2 justify-center">
|
||||
{shortcuts.map((shortcut: Item) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue