mobile updates

This commit is contained in:
nnwhen 2025-03-19 00:11:50 +02:00
parent be9bc4f65c
commit af5f3d4a29
5 changed files with 54 additions and 17 deletions

View file

@ -12,7 +12,7 @@ function profileShuffle() {
"rotate(" + rnd * -1 + "deg)";
// Bio Text
shuffle[i].getElementsByTagName("div")[0].style.transform =
shuffle[i].getElementsByClassName("bio")[0].style.transform =
"rotate(" + rnd * -1 + "deg)";
}
}