border fix

This commit is contained in:
Wes Bos 2020-01-09 10:54:54 -05:00
parent e0c044d0bb
commit 9dfd44b2c8
2 changed files with 4 additions and 1 deletions

View file

@ -159,7 +159,7 @@ const PersonDeets = styled.div`
grid-template-columns: 1fr 1fr;
> *:nth-child(2) ~ * {
/* lol */
border-left: 1px solid var(--vape);
border-top: 1px solid var(--vape);
}
}
`;

View file

@ -48,6 +48,9 @@ const Layout = ({ children }) => {
<p>
Domain provided by <a href="https://get.tech/">.Tech</a>
</p>
<p>
Hosted on <a href="https://netlify.com">Netlify</a>
</p>
</center>
</footer>
</Main>