logo: optical alignments

This commit is contained in:
@wwwjim 2020-09-11 22:26:17 -07:00
parent 0ee1b3acb4
commit 4c713fdb6d
2 changed files with 8 additions and 2 deletions

View File

@ -70,7 +70,10 @@ const WebsitePrototypeHeader = (props) => {
<div css={STYLES_CONTAINER} style={props.style}>
<div css={STYLES_LEFT}>
<a css={STYLES_LINK} href="/" style={{ marginRight: 16 }}>
<SVGLogo.Symbol height={`20px`} />
<SVGLogo.Symbol
height={`20px`}
style={{ transform: "translateY(-2px)" }}
/>
</a>
<a
css={STYLES_LINK}

View File

@ -99,7 +99,10 @@ const WebsitePrototypeHeaderGeneric = (props) => {
<div css={STYLES_CONTAINER} style={props.style}>
<div css={STYLES_LEFT}>
<a css={STYLES_LINK} href={props.href} style={{ marginRight: 16 }}>
<SVGLogo.Symbol height={`20px`} />
<SVGLogo.Symbol
height={`20px`}
style={{ transform: "translateY(-2px)" }}
/>
</a>
<a
css={STYLES_LINK}