mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
border fix
This commit is contained in:
parent
e0c044d0bb
commit
9dfd44b2c8
2 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue