add emails to footer, adjust z depth

This commit is contained in:
micah rich 2019-10-24 09:59:39 -04:00
parent ac42a80746
commit fd50663ddc
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const Footer = styled("footer")`
justify-content: flex-start;
align-items: flex-start;
position: relative;
z-index: 10;
z-index: 100;
p {
font-size: 0.718rem;
margin: 0 0.392rem 0;
@ -33,7 +33,10 @@ export default () => {
<a href="https://micahrich.com/" target="_blank">
Micah Rich
</a>
.
.<br /> For general questions & contact, email{" "}
<a href="mailto:info@lexend.com">info@lexend.com</a>. For inquiries
regarding technology & typography, please contact{" "}
<a href="mailto:tech@lexend.com">tech@lexend.com</a>
</p>
</Footer>
);

View File

@ -309,6 +309,7 @@ Enter your name & email below to get a download link, a few awesome tips on how
<Form />
export default ({ children }) => (
<Layout>
<TypeChoicesProvider>