diff --git a/app/assets/stylesheets/sticky-nav.scss b/app/assets/stylesheets/sticky-nav.scss index ffbef92cd..294de4291 100644 --- a/app/assets/stylesheets/sticky-nav.scss +++ b/app/assets/stylesheets/sticky-nav.scss @@ -24,12 +24,16 @@ height: 35px; border-radius: 360px; margin-right: 5px; - vertical-align: -9px; + vertical-align: -2px; } .primary-sticky-nav-author-name{ font-size:1.3em; font-weight: bold; } + .primary-sticky-nav-author-username { + font-size:0.8em; + font-weight: bold; + } .primary-sticky-nav-author-summary{ font-weight: 400; color: $medium-gray; diff --git a/app/views/articles/_about_author.html.erb b/app/views/articles/_about_author.html.erb index 93fa6e2fe..801cab7fb 100644 --- a/app/views/articles/_about_author.html.erb +++ b/app/views/articles/_about_author.html.erb @@ -8,6 +8,9 @@
<%= @user.summary %>