diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 7c4292a..0362fec 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -392,12 +392,14 @@ /* Account page */ /****************************************************************************/ .account-fullname { - font-size: 140%; + margin-top: 20px; + font-size: 180%; font-weight: bold; } .account-username { - font-size: 120%; + margin-top: 10px; + font-size: 140%; color: #888888; font-weight: bold; }