Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5 profile title centering fix 247 #270

Merged
merged 2 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions burf-customizations/profiles/_profile-single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $color-profile-info-item: $color-grayscale-5 !default;
//
// Since: 2.0.0

:where(.single-profile) .page-title,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect use case!

.profile-single-name {
margin-bottom: 0;
text-align: center;
Expand Down