From e3527065ad88e85165020f5f088577305d0246e3 Mon Sep 17 00:00:00 2001 From: Alma Armas Date: Thu, 16 Jul 2020 20:10:57 +0000 Subject: [PATCH] Fix profile name box geometry --- Web/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 905ebbb6..9a354e79 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1171,12 +1171,12 @@ body.scrolled .toTop:hover { } .profileName { - width: 225px; + /* width: 225px; */ color: #45688E; font-size: 11px; font-weight: bold; margin: 0px; - padding: 2px 5px 0px 0px; + /* padding: 2px 5px 0px 0px; */ } .profileName h2 {