fix: adjust padding in HeaderBase for landing page (#563)
This commit is contained in:
parent
756a7c7caa
commit
f750c45765
|
|
@ -4,7 +4,7 @@
|
|||
<img src="apps/web/public/logo.png" alt="OpenCut Logo" width="100" />
|
||||
</td>
|
||||
<td align="right">
|
||||
<h1>OpenCut <span style="font-size: 0.7em; font-weight: normal;">(prev AppCut)</span></h1>
|
||||
<h1>OpenCut</span></h1>
|
||||
<h3 style="margin-top: -10px;">A free, open-source video editor for web, desktop, and mobile.</h3>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ export function Header() {
|
|||
return (
|
||||
<div className="sticky top-4 z-50 mx-4 md:mx-0">
|
||||
<HeaderBase
|
||||
className="bg-background border rounded-2xl max-w-3xl mx-auto mt-4 pl-4 pr-[14px]"
|
||||
className="bg-background border rounded-2xl max-w-3xl mx-auto mt-4 pl-4 pr-[11px]"
|
||||
leftContent={leftContent}
|
||||
rightContent={rightContent}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue