Discourse Profile Bio: Small Mobile CSS Change

Today I made a small change to the .bio class of the user profile on mobile:

.bio{
    text-align:left !important;
}

The reason for this change was that the Discourse default (for mobile) is:

    text-align:center

... and, unfortunately, this CSS does not look very good when the bio is larger than a few lines, like my bio:

Just a small change for mobile style, but hopefully it helps in some small way.

Note:

Also, would be very good if all members update their bios in their profile and share this information with our community.

Thank you.

1 Like