diff --git a/warehouse/static/sass/blocks/_author-profile.scss b/warehouse/static/sass/blocks/_author-profile.scss index f9fa0c883a1e..07164da3aa61 100644 --- a/warehouse/static/sass/blocks/_author-profile.scss +++ b/warehouse/static/sass/blocks/_author-profile.scss @@ -58,6 +58,7 @@ &__info { padding-top: $spacing-unit; + margin-bottom: $spacing-unit; } &__name { diff --git a/warehouse/templates/accounts/profile.html b/warehouse/templates/accounts/profile.html index 1eced0d0f1a4..12c3cee6868d 100644 --- a/warehouse/templates/accounts/profile.html +++ b/warehouse/templates/accounts/profile.html @@ -35,6 +35,11 @@