mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
Fix font size
This commit is contained in:
@@ -392,12 +392,14 @@ div.signin-form {
|
||||
/* 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user