diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ef688a5e3..72fa40a956 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ To contribute changes: > `developer-tools` directories. > - If you add a new documentation page, edit `wallet-sidebar.js`, `snaps-sidebar.js`, > `services-sidebar.js`, or `dashboard-sidebar.js` to add the page to the - > [sidebar](https://docs-template.consensys.net/contribute/configure-docusaurus#sidebar). + > [sidebar](https://docs-template.consensys.io/create/configure-docusaurus#sidebar). > - If you delete, rename, or move a documentation file, add a > [redirect](https://vercel.com/docs/edge-network/redirects#configuration-redirects). > - See additional instructions for [updating the interactive API reference](#update-the-interactive-api-reference). diff --git a/src/components/ParserOpenRPC/ProjectsBox/styles.module.css b/src/components/ParserOpenRPC/ProjectsBox/styles.module.css index 956c3e2342..2c916d6573 100644 --- a/src/components/ParserOpenRPC/ProjectsBox/styles.module.css +++ b/src/components/ParserOpenRPC/ProjectsBox/styles.module.css @@ -17,8 +17,7 @@ padding: 0 0 8px 0; font-size: 16px !important; display: flex; justify-content: center; - flex-direction: grid; - justify-content: center; + flex-direction: row; align-items: center; }