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

Fix styles for blog pages #970

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Fix styles for blog pages #970

merged 2 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Remove Bootstrap container class from blog page

    This was never necessary since the blog page doesn't follow Bootstrap
    layout, hence the width override removed in this commit. "Update to
    Bootstrap v4" (5948261) made this conflict more apparent.
    victorlin committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ea8e716 View commit details
    Browse the repository at this point in the history
  2. Restore narrow navbars

    Noticeable on the blog pages where the navbar is bounded by the narrow
    sidebar, this was broken by "Make navbar width consistent with splash
    and generic page containers" (5377226) which replaced "max-width" with
    "width". Changing back to "max-width" restores original behavior.
    victorlin committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    efb0d4b View commit details
    Browse the repository at this point in the history