mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
logo: optical alignments
This commit is contained in:
parent
0ee1b3acb4
commit
4c713fdb6d
@ -70,7 +70,10 @@ const WebsitePrototypeHeader = (props) => {
|
|||||||
<div css={STYLES_CONTAINER} style={props.style}>
|
<div css={STYLES_CONTAINER} style={props.style}>
|
||||||
<div css={STYLES_LEFT}>
|
<div css={STYLES_LEFT}>
|
||||||
<a css={STYLES_LINK} href="/" style={{ marginRight: 16 }}>
|
<a css={STYLES_LINK} href="/" style={{ marginRight: 16 }}>
|
||||||
<SVGLogo.Symbol height={`20px`} />
|
<SVGLogo.Symbol
|
||||||
|
height={`20px`}
|
||||||
|
style={{ transform: "translateY(-2px)" }}
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
css={STYLES_LINK}
|
css={STYLES_LINK}
|
||||||
|
@ -99,7 +99,10 @@ const WebsitePrototypeHeaderGeneric = (props) => {
|
|||||||
<div css={STYLES_CONTAINER} style={props.style}>
|
<div css={STYLES_CONTAINER} style={props.style}>
|
||||||
<div css={STYLES_LEFT}>
|
<div css={STYLES_LEFT}>
|
||||||
<a css={STYLES_LINK} href={props.href} style={{ marginRight: 16 }}>
|
<a css={STYLES_LINK} href={props.href} style={{ marginRight: 16 }}>
|
||||||
<SVGLogo.Symbol height={`20px`} />
|
<SVGLogo.Symbol
|
||||||
|
height={`20px`}
|
||||||
|
style={{ transform: "translateY(-2px)" }}
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
css={STYLES_LINK}
|
css={STYLES_LINK}
|
||||||
|
Loading…
Reference in New Issue
Block a user