summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-12-22 12:28:44 +0530
committerKushal Pandya <kushal@gitlab.com>2017-12-26 13:29:32 +0530
commit8ae129954ffb5850d1804b5bd6a907696f6d77ee (patch)
treea68a1d62b6b0ee66b91150ac49cf8a4018d650c7
parent29749f92b7f86d45af41509262601e47ee848d92 (diff)
downloadgitlab-ce-8ae129954ffb5850d1804b5bd6a907696f6d77ee.tar.gz
Reduce font size for 24px identicon
-rw-r--r--app/assets/stylesheets/framework/avatar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/avatar.scss b/app/assets/stylesheets/framework/avatar.scss
index 26db2386879..077d0424093 100644
--- a/app/assets/stylesheets/framework/avatar.scss
+++ b/app/assets/stylesheets/framework/avatar.scss
@@ -71,7 +71,7 @@
vertical-align: top;
&.s16 { font-size: 12px; line-height: 1.33; }
- &.s24 { font-size: 14px; line-height: 1.8; }
+ &.s24 { font-size: 13px; line-height: 1.8; }
&.s26 { font-size: 20px; line-height: 1.33; }
&.s32 { font-size: 20px; line-height: 30px; }
&.s40 { font-size: 16px; line-height: 38px; }