docs(nxdev): add some vertical spacing on home buttons in mobile (#10471)
This commit is contained in:
parent
46a075c0b0
commit
014ebba372
@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"packages": [
|
"packages": ["build/packages/*"],
|
||||||
"build/packages/*"
|
|
||||||
],
|
|
||||||
"version": "14.1.9",
|
"version": "14.1.9",
|
||||||
"granularPathspec": false,
|
"granularPathspec": false,
|
||||||
"command": {
|
"command": {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user