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; grid-template-columns: 1fr 1fr;
> *:nth-child(2) ~ * { > *:nth-child(2) ~ * {
/* lol */ /* lol */
border-left: 1px solid var(--vape); border-top: 1px solid var(--vape);
} }
} }
`; `;

View file

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