docs(nxdev): add some vertical spacing on home buttons in mobile (#10471)

This commit is contained in:
Benjamin Cabanes 2022-05-25 11:37:44 -04:00 committed by GitHub
parent 46a075c0b0
commit 014ebba372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
{ {
"packages": [ "packages": ["build/packages/*"],
"build/packages/*"
],
"version": "14.1.9", "version": "14.1.9",
"granularPathspec": false, "granularPathspec": false,
"command": { "command": {

View File

@ -112,7 +112,7 @@ export function Index(): ReactComponentElement<any> {
> >
<NpxCreateNxWorkspace /> <NpxCreateNxWorkspace />
</div> </div>
<div className="my-14 flex flex-wrap text-center sm:space-x-4"> <div className="my-14 flex flex-wrap space-y-4 text-center sm:space-y-0 sm:space-x-4">
<Link href="#getting-started"> <Link href="#getting-started">
<a <a
title="Start using Nx by creating a workspace" title="Start using Nx by creating a workspace"