Make user profile page a little more responsive

This commit is contained in:
knotteye
2021-01-16 00:02:39 -06:00
parent 5e662e5ca9
commit cc2fb358c9
2 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ a {
}
#jscontainer {
display: flex;
display: table;
justify-content: center;
flex-wrap: nowrap;
flex-direction: row;
@@ -46,7 +46,7 @@ a {
margin: 0px;
}
#jschild {
display: inline;
display: table-cell;
margin: 0;
}