improve styling 👍

This commit is contained in:
Hugo Di Francesco 2020-01-20 22:50:45 +00:00
parent 5eb511914a
commit 69b156bb06

View file

@ -11,6 +11,9 @@ const BackToTopLink = styled.a`
position: fixed;
bottom: 10px;
right: 10px;
background: rgba(31, 31, 31, 0.8);
padding: 1rem;
border-radius: 0.8rem;
`;
function IndexPage() {