From 44aa37c9447906fb99564f181b2e9aca664ddbcf Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 29 Aug 2020 15:13:14 +0530 Subject: [PATCH] profileMode : fix, improve --- assets/css/profileMode.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/assets/css/profileMode.css b/assets/css/profileMode.css index 98feeb8d..9efd4adf 100644 --- a/assets/css/profileMode.css +++ b/assets/css/profileMode.css @@ -18,8 +18,8 @@ } img { - display: inline-block; - width: 200px; + display: inline-table; + width: 180px; border-radius: 50%; pointer-events: none; margin: 5px; @@ -27,9 +27,8 @@ img { @media screen and (max-width: 600px) { img { - width: 150px; + width: 130px; } - } .social-icons { @@ -39,7 +38,6 @@ img { .buttons { display: flex; flex-wrap: wrap; - max-width: 300px; justify-content: center; }