make changes to hero section responsive
This commit is contained in:
parent
e3dac08ca8
commit
09cf1a80f0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ const Home: NextPage = () => {
|
||||||
<span>Record a video</span>
|
<span>Record a video</span>
|
||||||
<span className="text-xs">(no account required)</span>
|
<span className="text-xs">(no account required)</span>
|
||||||
</button>
|
</button>
|
||||||
<div className="flex flex-row gap-6">
|
<div className="flex flex-col gap-6 sm:flex-row">
|
||||||
<a
|
<a
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
posthog?.capture("clicked watch recorded demo demo")
|
posthog?.capture("clicked watch recorded demo demo")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue