mobile updates
This commit is contained in:
parent
be9bc4f65c
commit
af5f3d4a29
5 changed files with 54 additions and 17 deletions
|
@ -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)";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
.profile {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
width: 90%;
|
||||
margin: 20px auto;
|
||||
padding: 10px 20px;
|
||||
|
@ -35,9 +36,12 @@
|
|||
margin: 5px;
|
||||
font-size: large;
|
||||
}
|
||||
.bio {
|
||||
width: min(100%, 500px);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.profile p {
|
||||
flex-grow: 1;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.profile img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue