mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: adjust padding in HeaderBase for landing page (#563)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<img src="apps/web/public/logo.png" alt="OpenCut Logo" width="100" />
|
<img src="apps/web/public/logo.png" alt="OpenCut Logo" width="100" />
|
||||||
</td>
|
</td>
|
||||||
<td align="right">
|
<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>
|
<h3 style="margin-top: -10px;">A free, open-source video editor for web, desktop, and mobile.</h3>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export function Header() {
|
|||||||
return (
|
return (
|
||||||
<div className="sticky top-4 z-50 mx-4 md:mx-0">
|
<div className="sticky top-4 z-50 mx-4 md:mx-0">
|
||||||
<HeaderBase
|
<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}
|
leftContent={leftContent}
|
||||||
rightContent={rightContent}
|
rightContent={rightContent}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user