From 3d88c9fbb8b143e4502e129e4de5ce763fc50e27 Mon Sep 17 00:00:00 2001 From: denisbaranov Date: Fri, 20 Mar 2020 13:27:44 +0200 Subject: [PATCH] minor style fix --- assets/css/um-account.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/um-account.css b/assets/css/um-account.css index 2383aa1c..29e6bbd8 100644 --- a/assets/css/um-account.css +++ b/assets/css/um-account.css @@ -17,15 +17,15 @@ .um-account-side { float: left; - width: 35%; - padding: 0 30px; + width: 30%; + padding: 0px; box-sizing: border-box; } .um-account-main { float: left; - width: 50%; - padding: 0 30px; + width: 70%; + padding: 0px 0px 0px 1.5em; box-sizing: border-box; }