JS update

This commit is contained in:
nnwhen 2025-03-21 17:10:26 +02:00
parent ffab0d279c
commit d00e14fd4d

View file

@ -6,14 +6,6 @@ function profileShuffle() {
// Shuffle profile cards
shuffle[i].style.transform = "rotate(" + rnd + "deg)";
//Headings and Image
shuffle[i].getElementsByTagName("hgroup")[0].style.transform =
"rotate(" + rnd * -1 + "deg)";
// Bio Text
shuffle[i].getElementsByClassName("bio")[0].style.transform =
"rotate(" + rnd * -1 + "deg)";
}
}