mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: adjust powered by component spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user