kopia lustrzana https://github.com/badgen/badgen.net
Update homepage example layout
rodzic
bddd831d9a
commit
938c6f692f
|
@ -74,7 +74,7 @@ const ExampleItem = ({ desc, url }) => (
|
|||
}
|
||||
b {
|
||||
display: inline-block;
|
||||
min-width: 15em;
|
||||
width: 17em;
|
||||
font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
|
||||
text-align: right;
|
||||
font-weight: 400;
|
||||
|
@ -82,7 +82,7 @@ const ExampleItem = ({ desc, url }) => (
|
|||
}
|
||||
i {
|
||||
display: inline-block;
|
||||
min-width: 210px;
|
||||
min-width: 200px;
|
||||
}
|
||||
img {
|
||||
vertical-align: top;
|
||||
|
|
|
@ -19,11 +19,11 @@ export const meta: Meta = {
|
|||
'/github/tag/micromatch/micromatch': 'latest tag',
|
||||
'/github/watchers/micromatch/micromatch': 'watchers',
|
||||
'/github/status/micromatch/micromatch': 'combined action statuses',
|
||||
'/github/status/micromatch/micromatch/gh-pages': 'combined action statuses (branch ref)',
|
||||
'/github/status/micromatch/micromatch/f4809eb6df80b': 'combined action statuses (commit ref)',
|
||||
'/github/status/micromatch/micromatch/4.0.1': 'combined action statuses (version ref)',
|
||||
'/github/status/facebook/react/master/ci/circleci:%20lint': 'action status',
|
||||
'/github/status/facebook/react/master/coverage/coveralls': 'action status',
|
||||
'/github/status/micromatch/micromatch/gh-pages': 'combined action statuses (branch)',
|
||||
'/github/status/micromatch/micromatch/f4809eb6df80b': 'combined action statuses (commit)',
|
||||
'/github/status/micromatch/micromatch/4.0.1': 'combined action statuses (tag)',
|
||||
'/github/status/facebook/react/master/ci/circleci:%20lint': 'single action status',
|
||||
'/github/status/facebook/react/master/coverage/coveralls': 'single action status',
|
||||
'/github/status/zeit/hyper/master/ci': 'combined action statuses (ci*)',
|
||||
'/github/status/zeit/hyper/master/ci/circleci': 'combined action statuses (ci/circleci*)',
|
||||
'/github/status/zeit/hyper/master/ci/circleci:%20build': 'single action status',
|
||||
|
|
|
@ -17,7 +17,7 @@ const Index = () => {
|
|||
|
||||
return <>
|
||||
<BadgenTitle host={host} />
|
||||
<div className='docs' style={{ width: '960px' }}>
|
||||
<div className='docs' style={{ width: '980px' }}>
|
||||
<Intro />
|
||||
<h2 style={{ textAlign: 'center' }}>Badge Gallery</h2>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ dd i { display: inline-block; min-width: 13.5em }
|
|||
#the-end { margin: 5rem auto; text-align: center; text-shadow: 0 0 4px rgba(0,0,0,0.1) }
|
||||
|
||||
#footer { width: 100vw; margin: 0 -1rem; background-color: #333; color: #CCC }
|
||||
#foo-content { max-width: 960px; margin: 0 auto; padding: 2rem 1rem; letter-spacing: 0.5px }
|
||||
#foo-content { max-width: 980px; margin: 0 auto; padding: 2rem 1rem; letter-spacing: 0.5px }
|
||||
#foo-content { display: grid; grid-template-columns: 1fr 1fr }
|
||||
#foo-content h3 { font-weight: 300 }
|
||||
#foo-content img { height: 16px; color: #FFF; opacity: 0.6; margin-right: 8px; position: relative; top: 1px }
|
||||
|
|
Ładowanie…
Reference in New Issue