From f9f73cb1d48103583c0674d2e7a235c799ada122 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Fri, 21 Jun 2019 07:56:56 -0700 Subject: [PATCH] Mobile styles CSS --- static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8d92b90..6c01040 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -356,11 +356,12 @@ table.table.table-striped { table#speakerprofile_table textarea { margin-left: 0 !important; min-width: 0 !important; - width: 90%; + width: 95%; } table#speakerprofile_table input#id_photofile, - table#speakerprofile_table input#photofile-clear_id { + table#speakerprofile_table input#photofile-clear_id, + table#speakerprofile_table img { margin-left: 0 !important; } -- 2.39.5