RIsk of permanent rain :)

This commit is contained in:
bingus_violet 2024-03-07 23:07:11 -06:00
parent de776c563c
commit 65e9dd1854
6 changed files with 8 additions and 24 deletions

View file

@ -20,6 +20,8 @@
z-index: 3;
position: relative;
border-radius: 12px;
box-shadow: outset rgb(35, 20, 60) 0px 0px 20px;
}
.animatedTitle {
@ -135,21 +137,6 @@ img:not(.project-inner > div > img):not(.activity>img) {
position: relative;
}
body {
animation: heightIncrease 3s;
min-height: 100vh;
}
@keyframes heightIncrease {
0% {
overflow: hidden;
min-height: 200vh;
}
100% {
min-height: 300vh;
}
}
@keyframes mainText {
0% {
transform: translateY(calc(50vh - 6rem)) scale(1.5);