Add activities to socials page

This commit is contained in:
bingus_violet 2024-04-17 09:33:05 -05:00
parent 338bb7a704
commit 73cfa2e664
5 changed files with 61 additions and 54 deletions

View file

@ -13,8 +13,11 @@ body {
padding: 5vh 0;
}
main {
.mainDiv {
animation: fadeUp 1s cubic-bezier(0.075, 0.82, 0.165, 1);
padding: 0 2.5vw;
max-width: 800px;
margin: auto;
}
@keyframes fadeUp {