mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-11 17:31:35 +00:00
Merge branch 'master' of github.com:ethereum/geth-website
This commit is contained in:
commit
ed6068b6e3
3 changed files with 5 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -43,7 +43,10 @@ export const PageMetadata: React.FC<Props> = ({ title, description, image }) =>
|
||||||
<meta name='twitter:description' content={description} />
|
<meta name='twitter:description' content={description} />
|
||||||
{/* patch to force a cache invalidation of twitter's card bot */}
|
{/* patch to force a cache invalidation of twitter's card bot */}
|
||||||
<meta name='twitter:image' content={`${ogImage}/#`} />
|
<meta name='twitter:image' content={`${ogImage}/#`} />
|
||||||
<link rel='icon' href='/images/favicon.png' />
|
{/* viewport */}
|
||||||
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
|
{/* favicon */}
|
||||||
|
<link rel='icon' type='image/x-icon' href='/favicon.ico' />
|
||||||
</Head>
|
</Head>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ export const textStyles = {
|
||||||
h2: {
|
h2: {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
fontWeight: 400,
|
fontWeight: 400,
|
||||||
fontSize: '1.5rem',
|
fontSize: { base: '1.5rem', md: '1.75rem' },
|
||||||
lineHeight: 'normal',
|
lineHeight: 'normal',
|
||||||
letterSpacing: '0.04em',
|
letterSpacing: '0.04em',
|
||||||
color: 'body'
|
color: 'body'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue