From b1508a6f44ddb1e54f1792e30ec467a4c59ac99f Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 14 Jan 2020 16:33:50 -0500 Subject: [PATCH] UX: Improve appearance of lists and user fields in mobile bios --- app/assets/stylesheets/mobile/user.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index db46ea0a09f..99f1fe16da0 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -132,6 +132,21 @@ margin: 0 auto s(2); max-width: 700px; text-align: center; + + ol { + margin-left: 25px; + } + + ul, + ol { + display: inline-block; + padding-left: 0; + text-align: left; + } + } + + .public-user-fields .public-user-field { + text-align: center; } }