[ad_1]
What have you tried already?
The syntax could be something like this:
@media only screen and (max-width: 690px) {
.profile-bio {
text-align: justify;
}
}Change the max-width value to your theme’s actual portrait/tablet breakpoint. You may also need a more specific selector to override the default.
