Add scroll to top and others

This commit is contained in:
Henry Hiles 2023-06-01 15:52:23 -04:00
parent 19708a1577
commit e668c4feb3
9 changed files with 47 additions and 10 deletions

View file

@ -45,7 +45,7 @@ main > section {
display: flex;
flex-direction: column;
border-radius: 1rem;
background: rgba(0 0 0 / 0.3);
background: rgb(0 0 0 / 0.3);
padding: 2rem;
margin: 1rem;
width: 90%;