mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): improve mobile home page spacing
This commit is contained in:
@@ -9,14 +9,14 @@ interface Props {
|
||||
export default function HomePageDemo({ className }: Props) {
|
||||
return (
|
||||
<section className={clsx('grid gap-x-9 gap-y-6 lg:grid-cols-2', className)}>
|
||||
<section className="grid grid-rows-subgrid row-span-2">
|
||||
<section className="grid grid-rows-subgrid row-span-2 mb-6 lg:mb-0">
|
||||
<header className="max-w-3xl">
|
||||
<h2 className="text-h5 font-semibold lg:text-h4 mb-1">Assemble your player</h2>
|
||||
<p>Feel at home with your framework, skin, and media source</p>
|
||||
</header>
|
||||
<BaseDemo className="lg:h-100 m-0" />
|
||||
</section>
|
||||
<section className="grid grid-rows-subgrid row-span-2">
|
||||
<section className="grid grid-rows-subgrid row-span-2 mb-6 lg:mb-0">
|
||||
<header className="max-w-3xl">
|
||||
<h2 className="text-h5 font-semibold lg:text-h4 mb-1">Take full control</h2>
|
||||
<p>Make your player truly your own with fully-editable components</p>
|
||||
|
||||
Reference in New Issue
Block a user