Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove social icons from news header; refactor CSS
** Why are these changes being introduced: * We are removing social media icons from across our website. In some cases, like the news site header, we are placing a link to a basic "Follow us" page that will allow us to more easily manage changes to which profiles the Libraries' maintain. * It turns out that when this area of the news site header is updated, some CSS changes are warranted. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/pw-66 ** How does this address that need: * This replaces the two links to X and Instagram in the News site header with a single link named "Follow us". * The spacing of elements in this list item are updated a bit, in order to introduce the pipe element and to ensure proper responsiveness. The overall list is no longer floated, but rendered as a flex element. ** Document any side effects to this change: * The elements in this list, as well as the site name which appears next to it, are now given the "nowrap" property, to prevent some awkward displays at some screen widths. * The News theme version is also incremented, following our practice of bumping this version to help with CSS cache busting. It should be noted that this stylesheet is not compiled by SCSS, but the cache busting is still a good thing regardless.
- Loading branch information