diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c474a5..944588b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Unreleased +- Fix #247 - BU Profiles Post title not centered. + ## 5.0.0-alpha.7 * Officially publishes to npm under the @bostonuniversity account! * Removes support for the tripadvisor icon in FontAwesome diff --git a/burf-customizations/profiles/_profile-single.scss b/burf-customizations/profiles/_profile-single.scss index 22f19b4b..0e7d917e 100644 --- a/burf-customizations/profiles/_profile-single.scss +++ b/burf-customizations/profiles/_profile-single.scss @@ -44,6 +44,7 @@ $color-profile-info-item: $color-grayscale-5 !default; // // Since: 2.0.0 +:where(.single-profile) .page-title, .profile-single-name { margin-bottom: 0; text-align: center;