Skip to content

fix: center page title and left-align section headlines #525

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BridgerB
Copy link

Fixes #116 and possibly #115

This code renders exactly like the second image in this comment: #116 (comment)

@Copilot Copilot AI review requested due to automatic review settings May 31, 2025 08:37
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses alignment issues on the landing page by centering the page title and adjusting the alignment of section headlines.

  • Center the page title by changing text alignment in _sass/_layout.scss
  • Explicitly set left alignment for non-intro section headlines while centering headlines within the intro section in _sass/_content.scss

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
_sass/_layout.scss Updated page title alignment from "end" to "center".
_sass/_content.scss Added explicit text alignment rules for section headlines.

I tested this suggestion and it works well.

Co-authored-by: Copilot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Titles aligment
1 participant