diff --git a/subsystem/subres/profileShuffle.js b/subsystem/subres/profileShuffle.js index e52d696..18a2b2a 100644 --- a/subsystem/subres/profileShuffle.js +++ b/subsystem/subres/profileShuffle.js @@ -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)"; } }