diff --git a/app/modules/profile/styles/profile-bar.scss b/app/modules/profile/styles/profile-bar.scss index 15d5d1bb..e9a8d490 100644 --- a/app/modules/profile/styles/profile-bar.scss +++ b/app/modules/profile/styles/profile-bar.scss @@ -79,20 +79,17 @@ } } } - h1, - h2 { - @extend %bold; - @extend %small; - } h1 { + @extend %bold; @extend %xlarge; line-height: 1; margin-bottom: 0; text-transform: none; } h2 { - @extend %large; - color: $gray-light; + @extend %light; + @extend %larger; + color: $gray; line-height: 1.2; margin-bottom: 1rem; }