fix: adjust powered by component spacing

This commit is contained in:
Hossein Mehrabi
2023-06-06 12:53:37 +03:30
parent 048f13163e
commit 808773cf23
2 changed files with 41 additions and 0 deletions
@@ -0,0 +1,40 @@
import { PoweredBy } from '../src/components/mdx'
test
<PoweredBy
items={[
{
name: 'Status',
description:
'Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.',
logoSrc: '/showcase/status-mark-black.svg',
logoSrcDark: '/showcase/status-mark-white.svg',
link: 'https://status.im',
},
{
name: 'Status',
description:
'Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.',
logoSrc: '/showcase/status-mark-black.svg',
logoSrcDark: '/showcase/status-mark-white.svg',
link: 'https://status.im',
},
{
name: 'Status',
description:
'Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.',
logoSrc: '/showcase/status-mark-black.svg',
logoSrcDark: '/showcase/status-mark-white.svg',
link: 'https://status.im',
},
{
name: 'Status',
description:
'Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.',
logoSrc: '/showcase/status-mark-black.svg',
logoSrcDark: '/showcase/status-mark-white.svg',
link: 'https://status.im',
},
]}
/>
@@ -33,6 +33,7 @@
button {
width: 100%;
padding: 10px 16px;
& > span {
display: block;