mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
improve styling 👍
This commit is contained in:
parent
5eb511914a
commit
69b156bb06
1 changed files with 3 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue